30 PT to REM

Result

30 pt = 2.508 rem


Explanation

  • PT — 30

To convert 30 points to REM you need to multiply PT value by 0.0836, in our case: 30 × 0.0836. In result we'll receive that 30 pt is equal to 2.508 rem

CSS code for 30 PT to REM

p { font-size: 2.508rem }

HTML (inline CSS):

<p style="font-size: 2.508rem">Hello World<p>
Open PT to REM converter