Shades of Lawn Green #72DB02
Tints of Lawn Green #72DB02
RGB
CMYK
RGB Variations
Color information
#72DB02 (or 0x72DB02) is known color: Lawn Green. HEX triplet: 72, DB and 02. RGB value is (114,219,2). Sum of RGB (Red+Green+Blue) = 114+219+2=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 219 (85.94% from 255 or 65.37% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72DB02 is #8D24FD. Grayscale: #A3A3A3. Windows color (decimal): -9250046 or 187250. OLE color: 187250.
HSL color Cylindrical-coordinate representation of color #72DB02: hue angle of 89.03º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72DB02 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.14 |
| HSL | 89.03º | 0.98% | 0.43% | - |
| HSV(B) | 89.03º | 0.99% | 0.86% | - |
| XYZ | 32.28 | 54.24 | 8.83 | - |
| YUV | 162.87 | 37.21 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 2 | 0.48 | 0 | 0.99 | 0.14 | 89.03 | 0.98 | 0.43 |
| Hex | 72 | DB | 2 | 30 | 0 | 63 | E | 59 | 62 | 2B |
| Octal | 162 | 333 | 2 | 60 | 0 | 143 | 16 | 131 | 142 | 53 |
| Binary | 1110010 | 11011011 | 10 | 110000 | 0 | 1100011 | 1110 | 1011001 | 1100010 | 101011 |
Color Harmonies of #72DB02
Complementary color
Monochromatic Colors of #72DB02
Black with #72DB02
Text Example
Text Example
White with #72DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB02; }
p { color: rgb(114,219,2); }
H1.HeaderClassName
{
color: #72DB02;
}
.AnyTagClassName
{
color: #72DB02;
}
</style>
background-color css
<style>
a { background-color: #72DB02; }
a { background-color: rgb(114,219,2); }
div.DivClassName
{
background-color: #72DB02;
}
.BgClassName
{
background-color: #72DB02;
}
</style>
border-color css
<style>
span { border-color: #72DB02; }
span { border-color: rgb(114,219,2); }
td.TdClassName
{
border-color: #72DB02;
}
.TagClassName
{
border-color: #72DB02;
}
</style>