Shades of Lawn Green #70E417
Tints of Lawn Green #70E417
RGB
CMYK
RGB Variations
Color information
#70E417 (or 0x70E417) is known color: Lawn Green. HEX triplet: 70, E4 and 17. RGB value is (112,228,23). Sum of RGB (Red+Green+Blue) = 112+228+23=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 228 (89.45% from 255 or 62.81% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 228 - color contains mainly: green. Hex color #70E417 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E417 is #8F1BE8. Grayscale: #AAAAAA. Windows color (decimal): -9378793 or 1565808. OLE color: 1565808.
HSL color Cylindrical-coordinate representation of color #70E417: hue angle of 93.95º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70E417 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 23 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.11 |
| HSL | 93.95º | 0.82% | 0.49% | - |
| HSV(B) | 93.95º | 0.9% | 0.89% | - |
| XYZ | 34.58 | 58.99 | 10.37 | - |
| YUV | 169.95 | 45.07 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 23 | 0.51 | 0 | 0.90 | 0.11 | 93.95 | 0.82 | 0.49 |
| Hex | 70 | E4 | 17 | 33 | 0 | 5A | B | 5E | 52 | 31 |
| Octal | 160 | 344 | 27 | 63 | 0 | 132 | 13 | 136 | 122 | 61 |
| Binary | 1110000 | 11100100 | 10111 | 110011 | 0 | 1011010 | 1011 | 1011110 | 1010010 | 110001 |
Color Harmonies of #70E417
Complementary color
Monochromatic Colors of #70E417
Black with #70E417
Text Example
Text Example
White with #70E417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E417; }
p { color: rgb(112,228,23); }
H1.HeaderClassName
{
color: #70E417;
}
.AnyTagClassName
{
color: #70E417;
}
</style>
background-color css
<style>
a { background-color: #70E417; }
a { background-color: rgb(112,228,23); }
div.DivClassName
{
background-color: #70E417;
}
.BgClassName
{
background-color: #70E417;
}
</style>
border-color css
<style>
span { border-color: #70E417; }
span { border-color: rgb(112,228,23); }
td.TdClassName
{
border-color: #70E417;
}
.TagClassName
{
border-color: #70E417;
}
</style>