Shades of Lawn Green #72F210
Tints of Lawn Green #72F210
RGB
CMYK
RGB Variations
Color information
#72F210 (or 0x72F210) is known color: Lawn Green. HEX triplet: 72, F2 and 10. RGB value is (114,242,16). Sum of RGB (Red+Green+Blue) = 114+242+16=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 242 (94.92% from 255 or 65.05% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 242 - color contains mainly: green. Hex color #72F210 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F210 is #8D0DEF. Grayscale: #B2B2B2. Windows color (decimal): -9244144 or 1110642. OLE color: 1110642.
HSL color Cylindrical-coordinate representation of color #72F210: hue angle of 93.98º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72F210 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 242 | 16 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.05 |
| HSL | 93.98º | 0.9% | 0.51% | - |
| HSV(B) | 93.98º | 0.93% | 0.95% | - |
| XYZ | 38.79 | 67.12 | 11.4 | - |
| YUV | 177.96 | 36.59 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 242 | 16 | 0.53 | 0 | 0.93 | 0.05 | 93.98 | 0.9 | 0.51 |
| Hex | 72 | F2 | 10 | 35 | 0 | 5D | 5 | 5E | 5A | 33 |
| Octal | 162 | 362 | 20 | 65 | 0 | 135 | 5 | 136 | 132 | 63 |
| Binary | 1110010 | 11110010 | 10000 | 110101 | 0 | 1011101 | 101 | 1011110 | 1011010 | 110011 |
Color Harmonies of #72F210
Complementary color
Monochromatic Colors of #72F210
Black with #72F210
Text Example
Text Example
White with #72F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F210; }
p { color: rgb(114,242,16); }
H1.HeaderClassName
{
color: #72F210;
}
.AnyTagClassName
{
color: #72F210;
}
</style>
background-color css
<style>
a { background-color: #72F210; }
a { background-color: rgb(114,242,16); }
div.DivClassName
{
background-color: #72F210;
}
.BgClassName
{
background-color: #72F210;
}
</style>
border-color css
<style>
span { border-color: #72F210; }
span { border-color: rgb(114,242,16); }
td.TdClassName
{
border-color: #72F210;
}
.TagClassName
{
border-color: #72F210;
}
</style>