Shades of Lawn Green #70E800
Tints of Lawn Green #70E800
RGB
CMYK
RGB Variations
Color information
#70E800 (or 0x70E800) is known color: Lawn Green. HEX triplet: 70, E8 and 00. RGB value is (112,232,0). Sum of RGB (Red+Green+Blue) = 112+232+0=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 232 (91.02% from 255 or 67.44% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 232 - color contains mainly: green. Hex color #70E800 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70E800 is #8F17FF. Grayscale: #AAAAAA. Windows color (decimal): -9377792 or 59504. OLE color: 59504.
HSL color Cylindrical-coordinate representation of color #70E800: hue angle of 91.03º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70E800 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.09 |
| HSL | 91.03º | 1% | 0.45% | - |
| HSV(B) | 91.03º | 1% | 0.91% | - |
| XYZ | 35.54 | 61.16 | 9.93 | - |
| YUV | 169.67 | 32.24 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 0 | 0.52 | 0 | 1 | 0.09 | 91.03 | 1 | 0.45 |
| Hex | 70 | E8 | 0 | 34 | 0 | 64 | 9 | 5B | 64 | 2D |
| Octal | 160 | 350 | 0 | 64 | 0 | 144 | 11 | 133 | 144 | 55 |
| Binary | 1110000 | 11101000 | 0 | 110100 | 0 | 1100100 | 1001 | 1011011 | 1100100 | 101101 |
Color Harmonies of #70E800
Complementary color
Monochromatic Colors of #70E800
Black with #70E800
Text Example
Text Example
White with #70E800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E800; }
p { color: rgb(112,232,0); }
H1.HeaderClassName
{
color: #70E800;
}
.AnyTagClassName
{
color: #70E800;
}
</style>
background-color css
<style>
a { background-color: #70E800; }
a { background-color: rgb(112,232,0); }
div.DivClassName
{
background-color: #70E800;
}
.BgClassName
{
background-color: #70E800;
}
</style>
border-color css
<style>
span { border-color: #70E800; }
span { border-color: rgb(112,232,0); }
td.TdClassName
{
border-color: #70E800;
}
.TagClassName
{
border-color: #70E800;
}
</style>