Shades of Lawn Green #70E112
Tints of Lawn Green #70E112
RGB
CMYK
RGB Variations
Color information
#70E112 (or 0x70E112) is known color: Lawn Green. HEX triplet: 70, E1 and 12. RGB value is (112,225,18). Sum of RGB (Red+Green+Blue) = 112+225+18=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 225 (88.28% from 255 or 63.38% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 225 - color contains mainly: green. Hex color #70E112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E112 is #8F1EED. Grayscale: #A8A8A8. Windows color (decimal): -9379566 or 1237360. OLE color: 1237360.
HSL color Cylindrical-coordinate representation of color #70E112: hue angle of 92.75º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70E112 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 225 | 18 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.12 |
| HSL | 92.75º | 0.85% | 0.48% | - |
| HSV(B) | 92.75º | 0.92% | 0.88% | - |
| XYZ | 33.72 | 57.34 | 9.86 | - |
| YUV | 167.62 | 43.56 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 225 | 18 | 0.50 | 0 | 0.92 | 0.12 | 92.75 | 0.85 | 0.48 |
| Hex | 70 | E1 | 12 | 32 | 0 | 5C | C | 5D | 55 | 30 |
| Octal | 160 | 341 | 22 | 62 | 0 | 134 | 14 | 135 | 125 | 60 |
| Binary | 1110000 | 11100001 | 10010 | 110010 | 0 | 1011100 | 1100 | 1011101 | 1010101 | 110000 |
Color Harmonies of #70E112
Complementary color
Monochromatic Colors of #70E112
Black with #70E112
Text Example
Text Example
White with #70E112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E112; }
p { color: rgb(112,225,18); }
H1.HeaderClassName
{
color: #70E112;
}
.AnyTagClassName
{
color: #70E112;
}
</style>
background-color css
<style>
a { background-color: #70E112; }
a { background-color: rgb(112,225,18); }
div.DivClassName
{
background-color: #70E112;
}
.BgClassName
{
background-color: #70E112;
}
</style>
border-color css
<style>
span { border-color: #70E112; }
span { border-color: rgb(112,225,18); }
td.TdClassName
{
border-color: #70E112;
}
.TagClassName
{
border-color: #70E112;
}
</style>