Shades of Lawn Green #72D204
Tints of Lawn Green #72D204
RGB
CMYK
RGB Variations
Color information
#72D204 (or 0x72D204) is known color: Lawn Green. HEX triplet: 72, D2 and 04. RGB value is (114,210,4). Sum of RGB (Red+Green+Blue) = 114+210+4=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #72D204 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D204 is #8D2DFB. Grayscale: #9E9E9E. Windows color (decimal): -9252348 or 316018. OLE color: 316018.
HSL color Cylindrical-coordinate representation of color #72D204: hue angle of 87.96º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72D204 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 4 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.18 |
| HSL | 87.96º | 0.96% | 0.42% | - |
| HSV(B) | 87.96º | 0.98% | 0.82% | - |
| XYZ | 30.01 | 49.68 | 8.12 | - |
| YUV | 157.81 | 41.2 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 4 | 0.46 | 0 | 0.98 | 0.18 | 87.96 | 0.96 | 0.42 |
| Hex | 72 | D2 | 4 | 2E | 0 | 62 | 12 | 58 | 60 | 2A |
| Octal | 162 | 322 | 4 | 56 | 0 | 142 | 22 | 130 | 140 | 52 |
| Binary | 1110010 | 11010010 | 100 | 101110 | 0 | 1100010 | 10010 | 1011000 | 1100000 | 101010 |
Color Harmonies of #72D204
Complementary color
Monochromatic Colors of #72D204
Black with #72D204
Text Example
Text Example
White with #72D204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D204; }
p { color: rgb(114,210,4); }
H1.HeaderClassName
{
color: #72D204;
}
.AnyTagClassName
{
color: #72D204;
}
</style>
background-color css
<style>
a { background-color: #72D204; }
a { background-color: rgb(114,210,4); }
div.DivClassName
{
background-color: #72D204;
}
.BgClassName
{
background-color: #72D204;
}
</style>
border-color css
<style>
span { border-color: #72D204; }
span { border-color: rgb(114,210,4); }
td.TdClassName
{
border-color: #72D204;
}
.TagClassName
{
border-color: #72D204;
}
</style>