Shades of Lawn Green #72DF02
Tints of Lawn Green #72DF02
RGB
CMYK
RGB Variations
Color information
#72DF02 (or 0x72DF02) is known color: Lawn Green. HEX triplet: 72, DF and 02. RGB value is (114,223,2). Sum of RGB (Red+Green+Blue) = 114+223+2=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 223 (87.5% from 255 or 65.78% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72DF02 is #8D20FD. Grayscale: #A5A5A5. Windows color (decimal): -9249022 or 188274. OLE color: 188274.
HSL color Cylindrical-coordinate representation of color #72DF02: hue angle of 89.59º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72DF02 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 2 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.13 |
| HSL | 89.59º | 0.98% | 0.44% | - |
| HSV(B) | 89.59º | 0.99% | 0.87% | - |
| XYZ | 33.34 | 56.36 | 9.18 | - |
| YUV | 165.22 | 35.89 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 2 | 0.49 | 0 | 0.99 | 0.13 | 89.59 | 0.98 | 0.44 |
| Hex | 72 | DF | 2 | 31 | 0 | 63 | D | 5A | 62 | 2C |
| Octal | 162 | 337 | 2 | 61 | 0 | 143 | 15 | 132 | 142 | 54 |
| Binary | 1110010 | 11011111 | 10 | 110001 | 0 | 1100011 | 1101 | 1011010 | 1100010 | 101100 |
Color Harmonies of #72DF02
Complementary color
Monochromatic Colors of #72DF02
Black with #72DF02
Text Example
Text Example
White with #72DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DF02; }
p { color: rgb(114,223,2); }
H1.HeaderClassName
{
color: #72DF02;
}
.AnyTagClassName
{
color: #72DF02;
}
</style>
background-color css
<style>
a { background-color: #72DF02; }
a { background-color: rgb(114,223,2); }
div.DivClassName
{
background-color: #72DF02;
}
.BgClassName
{
background-color: #72DF02;
}
</style>
border-color css
<style>
span { border-color: #72DF02; }
span { border-color: rgb(114,223,2); }
td.TdClassName
{
border-color: #72DF02;
}
.TagClassName
{
border-color: #72DF02;
}
</style>