Shades of Lawn Green #72DC24
Tints of Lawn Green #72DC24
RGB
CMYK
RGB Variations
Color information
#72DC24 (or 0x72DC24) is known color: Lawn Green. HEX triplet: 72, DC and 24. RGB value is (114,220,36). Sum of RGB (Red+Green+Blue) = 114+220+36=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DC24 is #8D23DB. Grayscale: #A7A7A7. Windows color (decimal): -9249756 or 2415730. OLE color: 2415730.
HSL color Cylindrical-coordinate representation of color #72DC24: hue angle of 94.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72DC24 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 36 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.14 |
| HSL | 94.57º | 0.72% | 0.5% | - |
| HSV(B) | 94.57º | 0.84% | 0.86% | - |
| XYZ | 32.85 | 54.89 | 10.53 | - |
| YUV | 167.33 | 53.88 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 36 | 0.48 | 0 | 0.84 | 0.14 | 94.57 | 0.72 | 0.5 |
| Hex | 72 | DC | 24 | 30 | 0 | 54 | E | 5F | 48 | 32 |
| Octal | 162 | 334 | 44 | 60 | 0 | 124 | 16 | 137 | 110 | 62 |
| Binary | 1110010 | 11011100 | 100100 | 110000 | 0 | 1010100 | 1110 | 1011111 | 1001000 | 110010 |
Color Harmonies of #72DC24
Complementary color
Monochromatic Colors of #72DC24
Black with #72DC24
Text Example
Text Example
White with #72DC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DC24; }
p { color: rgb(114,220,36); }
H1.HeaderClassName
{
color: #72DC24;
}
.AnyTagClassName
{
color: #72DC24;
}
</style>
background-color css
<style>
a { background-color: #72DC24; }
a { background-color: rgb(114,220,36); }
div.DivClassName
{
background-color: #72DC24;
}
.BgClassName
{
background-color: #72DC24;
}
</style>
border-color css
<style>
span { border-color: #72DC24; }
span { border-color: rgb(114,220,36); }
td.TdClassName
{
border-color: #72DC24;
}
.TagClassName
{
border-color: #72DC24;
}
</style>