Shades of Lawn Green #72F20F
Tints of Lawn Green #72F20F
RGB
CMYK
RGB Variations
Color information
#72F20F (or 0x72F20F) is known color: Lawn Green. HEX triplet: 72, F2 and 0F. RGB value is (114,242,15). Sum of RGB (Red+Green+Blue) = 114+242+15=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #72F20F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F20F is #8D0DF0. Grayscale: #B2B2B2. Windows color (decimal): -9244145 or 1045106. OLE color: 1045106.
HSL color Cylindrical-coordinate representation of color #72F20F: hue angle of 93.83º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72F20F is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 242 | 15 | - |
| CMYK | 0.53 | 0 | 0.94 | 0.05 |
| HSL | 93.83º | 0.9% | 0.5% | - |
| HSV(B) | 93.83º | 0.94% | 0.95% | - |
| XYZ | 38.78 | 67.12 | 11.36 | - |
| YUV | 177.85 | 36.09 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 242 | 15 | 0.53 | 0 | 0.94 | 0.05 | 93.83 | 0.9 | 0.5 |
| Hex | 72 | F2 | F | 35 | 0 | 5E | 5 | 5E | 5A | 32 |
| Octal | 162 | 362 | 17 | 65 | 0 | 136 | 5 | 136 | 132 | 62 |
| Binary | 1110010 | 11110010 | 1111 | 110101 | 0 | 1011110 | 101 | 1011110 | 1011010 | 110010 |
Color Harmonies of #72F20F
Complementary color
Monochromatic Colors of #72F20F
Black with #72F20F
Text Example
Text Example
White with #72F20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F20F; }
p { color: rgb(114,242,15); }
H1.HeaderClassName
{
color: #72F20F;
}
.AnyTagClassName
{
color: #72F20F;
}
</style>
background-color css
<style>
a { background-color: #72F20F; }
a { background-color: rgb(114,242,15); }
div.DivClassName
{
background-color: #72F20F;
}
.BgClassName
{
background-color: #72F20F;
}
</style>
border-color css
<style>
span { border-color: #72F20F; }
span { border-color: rgb(114,242,15); }
td.TdClassName
{
border-color: #72F20F;
}
.TagClassName
{
border-color: #72F20F;
}
</style>