How to absolute center with an Orthographic Camera

This should be an easy one, but I’m having huge problems. I’m trying to center a plane relative to viewport, but have no success, using my renderer.innerWidth/2 coordinates. How can I get the correct space coordinates for it?

You need world coordinates, not screen resolution.