Shades of Lawn Green #72E802
Tints of Lawn Green #72E802
RGB
CMYK
RGB Variations
Color information
#72E802 (or 0x72E802) is known color: Lawn Green. HEX triplet: 72, E8 and 02. RGB value is (114,232,2). Sum of RGB (Red+Green+Blue) = 114+232+2=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 232 (91.02% from 255 or 66.67% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 232 - color contains mainly: green. Hex color #72E802 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72E802 is #8D17FD. Grayscale: #ABABAB. Windows color (decimal): -9246718 or 190578. OLE color: 190578.
HSL color Cylindrical-coordinate representation of color #72E802: hue angle of 90.78º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72E802 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 232 | 2 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.09 |
| HSL | 90.78º | 0.98% | 0.46% | - |
| HSV(B) | 90.78º | 0.99% | 0.91% | - |
| XYZ | 35.81 | 61.3 | 10 | - |
| YUV | 170.5 | 32.91 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 232 | 2 | 0.51 | 0 | 0.99 | 0.09 | 90.78 | 0.98 | 0.46 |
| Hex | 72 | E8 | 2 | 33 | 0 | 63 | 9 | 5B | 62 | 2E |
| Octal | 162 | 350 | 2 | 63 | 0 | 143 | 11 | 133 | 142 | 56 |
| Binary | 1110010 | 11101000 | 10 | 110011 | 0 | 1100011 | 1001 | 1011011 | 1100010 | 101110 |
Color Harmonies of #72E802
Complementary color
Monochromatic Colors of #72E802
Black with #72E802
Text Example
Text Example
White with #72E802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E802; }
p { color: rgb(114,232,2); }
H1.HeaderClassName
{
color: #72E802;
}
.AnyTagClassName
{
color: #72E802;
}
</style>
background-color css
<style>
a { background-color: #72E802; }
a { background-color: rgb(114,232,2); }
div.DivClassName
{
background-color: #72E802;
}
.BgClassName
{
background-color: #72E802;
}
</style>
border-color css
<style>
span { border-color: #72E802; }
span { border-color: rgb(114,232,2); }
td.TdClassName
{
border-color: #72E802;
}
.TagClassName
{
border-color: #72E802;
}
</style>