Shades of Lawn Green #70E429
Tints of Lawn Green #70E429
RGB
CMYK
RGB Variations
Color information
#70E429 (or 0x70E429) is known color: Lawn Green. HEX triplet: 70, E4 and 29. RGB value is (112,228,41). Sum of RGB (Red+Green+Blue) = 112+228+41=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 228 (89.45% from 255 or 59.84% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 228 - color contains mainly: green. Hex color #70E429 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E429 is #8F1BD6. Grayscale: #ACACAC. Windows color (decimal): -9378775 or 2745456. OLE color: 2745456.
HSL color Cylindrical-coordinate representation of color #70E429: hue angle of 97.22º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70E429 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 41 | - |
| CMYK | 0.51 | 0 | 0.82 | 0.11 |
| HSL | 97.22º | 0.78% | 0.53% | - |
| HSV(B) | 97.22º | 0.82% | 0.89% | - |
| XYZ | 34.83 | 59.09 | 11.67 | - |
| YUV | 172 | 54.07 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 41 | 0.51 | 0 | 0.82 | 0.11 | 97.22 | 0.78 | 0.53 |
| Hex | 70 | E4 | 29 | 33 | 0 | 52 | B | 61 | 4E | 35 |
| Octal | 160 | 344 | 51 | 63 | 0 | 122 | 13 | 141 | 116 | 65 |
| Binary | 1110000 | 11100100 | 101001 | 110011 | 0 | 1010010 | 1011 | 1100001 | 1001110 | 110101 |
Color Harmonies of #70E429
Complementary color
Monochromatic Colors of #70E429
Black with #70E429
Text Example
Text Example
White with #70E429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E429; }
p { color: rgb(112,228,41); }
H1.HeaderClassName
{
color: #70E429;
}
.AnyTagClassName
{
color: #70E429;
}
</style>
background-color css
<style>
a { background-color: #70E429; }
a { background-color: rgb(112,228,41); }
div.DivClassName
{
background-color: #70E429;
}
.BgClassName
{
background-color: #70E429;
}
</style>
border-color css
<style>
span { border-color: #70E429; }
span { border-color: rgb(112,228,41); }
td.TdClassName
{
border-color: #70E429;
}
.TagClassName
{
border-color: #70E429;
}
</style>