Shades of Lawn Green #70E024
Tints of Lawn Green #70E024
RGB
CMYK
RGB Variations
Color information
#70E024 (or 0x70E024) is known color: Lawn Green. HEX triplet: 70, E0 and 24. RGB value is (112,224,36). Sum of RGB (Red+Green+Blue) = 112+224+36=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 224 (87.89% from 255 or 60.22% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 224 - color contains mainly: green. Hex color #70E024 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E024 is #8F1FDB. Grayscale: #A9A9A9. Windows color (decimal): -9379804 or 2416752. OLE color: 2416752.
HSL color Cylindrical-coordinate representation of color #70E024: hue angle of 95.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70E024 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 224 | 36 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.12 |
| HSL | 95.74º | 0.75% | 0.51% | - |
| HSV(B) | 95.74º | 0.84% | 0.88% | - |
| XYZ | 33.66 | 56.88 | 10.87 | - |
| YUV | 169.08 | 52.89 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 36 | 0.50 | 0 | 0.84 | 0.12 | 95.74 | 0.75 | 0.51 |
| Hex | 70 | E0 | 24 | 32 | 0 | 54 | C | 60 | 4B | 33 |
| Octal | 160 | 340 | 44 | 62 | 0 | 124 | 14 | 140 | 113 | 63 |
| Binary | 1110000 | 11100000 | 100100 | 110010 | 0 | 1010100 | 1100 | 1100000 | 1001011 | 110011 |
Color Harmonies of #70E024
Complementary color
Monochromatic Colors of #70E024
Black with #70E024
Text Example
Text Example
White with #70E024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E024; }
p { color: rgb(112,224,36); }
H1.HeaderClassName
{
color: #70E024;
}
.AnyTagClassName
{
color: #70E024;
}
</style>
background-color css
<style>
a { background-color: #70E024; }
a { background-color: rgb(112,224,36); }
div.DivClassName
{
background-color: #70E024;
}
.BgClassName
{
background-color: #70E024;
}
</style>
border-color css
<style>
span { border-color: #70E024; }
span { border-color: rgb(112,224,36); }
td.TdClassName
{
border-color: #70E024;
}
.TagClassName
{
border-color: #70E024;
}
</style>