Shades of Lawn Green #72DC02
Tints of Lawn Green #72DC02
RGB
CMYK
RGB Variations
Color information
#72DC02 (or 0x72DC02) is known color: Lawn Green. HEX triplet: 72, DC and 02. RGB value is (114,220,2). Sum of RGB (Red+Green+Blue) = 114+220+2=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72DC02 is #8D23FD. Grayscale: #A4A4A4. Windows color (decimal): -9249790 or 187506. OLE color: 187506.
HSL color Cylindrical-coordinate representation of color #72DC02: hue angle of 89.17º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72DC02 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.14 |
| HSL | 89.17º | 0.98% | 0.44% | - |
| HSV(B) | 89.17º | 0.99% | 0.86% | - |
| XYZ | 32.54 | 54.77 | 8.91 | - |
| YUV | 163.45 | 36.88 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 2 | 0.48 | 0 | 0.99 | 0.14 | 89.17 | 0.98 | 0.44 |
| Hex | 72 | DC | 2 | 30 | 0 | 63 | E | 59 | 62 | 2C |
| Octal | 162 | 334 | 2 | 60 | 0 | 143 | 16 | 131 | 142 | 54 |
| Binary | 1110010 | 11011100 | 10 | 110000 | 0 | 1100011 | 1110 | 1011001 | 1100010 | 101100 |
Color Harmonies of #72DC02
Complementary color
Monochromatic Colors of #72DC02
Black with #72DC02
Text Example
Text Example
White with #72DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DC02; }
p { color: rgb(114,220,2); }
H1.HeaderClassName
{
color: #72DC02;
}
.AnyTagClassName
{
color: #72DC02;
}
</style>
background-color css
<style>
a { background-color: #72DC02; }
a { background-color: rgb(114,220,2); }
div.DivClassName
{
background-color: #72DC02;
}
.BgClassName
{
background-color: #72DC02;
}
</style>
border-color css
<style>
span { border-color: #72DC02; }
span { border-color: rgb(114,220,2); }
td.TdClassName
{
border-color: #72DC02;
}
.TagClassName
{
border-color: #72DC02;
}
</style>