Shades of Lawn Green #72F024
Tints of Lawn Green #72F024
RGB
CMYK
RGB Variations
Color information
#72F024 (or 0x72F024) is known color: Lawn Green. HEX triplet: 72, F0 and 24. RGB value is (114,240,36). Sum of RGB (Red+Green+Blue) = 114+240+36=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 240 (94.14% from 255 or 61.54% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 240 - color contains mainly: green. Hex color #72F024 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72F024 is #8D0FDB. Grayscale: #B3B3B3. Windows color (decimal): -9244636 or 2420850. OLE color: 2420850.
HSL color Cylindrical-coordinate representation of color #72F024: hue angle of 97.06º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72F024 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 240 | 36 | - |
| CMYK | 0.52 | 0 | 0.85 | 0.06 |
| HSL | 97.06º | 0.87% | 0.54% | - |
| HSV(B) | 97.06º | 0.85% | 0.94% | - |
| XYZ | 38.42 | 66.02 | 12.39 | - |
| YUV | 179.07 | 47.26 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 36 | 0.52 | 0 | 0.85 | 0.06 | 97.06 | 0.87 | 0.54 |
| Hex | 72 | F0 | 24 | 34 | 0 | 55 | 6 | 61 | 57 | 36 |
| Octal | 162 | 360 | 44 | 64 | 0 | 125 | 6 | 141 | 127 | 66 |
| Binary | 1110010 | 11110000 | 100100 | 110100 | 0 | 1010101 | 110 | 1100001 | 1010111 | 110110 |
Color Harmonies of #72F024
Complementary color
Monochromatic Colors of #72F024
Black with #72F024
Text Example
Text Example
White with #72F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F024; }
p { color: rgb(114,240,36); }
H1.HeaderClassName
{
color: #72F024;
}
.AnyTagClassName
{
color: #72F024;
}
</style>
background-color css
<style>
a { background-color: #72F024; }
a { background-color: rgb(114,240,36); }
div.DivClassName
{
background-color: #72F024;
}
.BgClassName
{
background-color: #72F024;
}
</style>
border-color css
<style>
span { border-color: #72F024; }
span { border-color: rgb(114,240,36); }
td.TdClassName
{
border-color: #72F024;
}
.TagClassName
{
border-color: #72F024;
}
</style>