Shades of Lawn Green #70E016
Tints of Lawn Green #70E016
RGB
CMYK
RGB Variations
Color information
#70E016 (or 0x70E016) is known color: Lawn Green. HEX triplet: 70, E0 and 16. RGB value is (112,224,22). Sum of RGB (Red+Green+Blue) = 112+224+22=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #70E016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E016 is #8F1FE9. Grayscale: #A8A8A8. Windows color (decimal): -9379818 or 1499248. OLE color: 1499248.
HSL color Cylindrical-coordinate representation of color #70E016: hue angle of 93.27º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70E016 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 224 | 22 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.12 |
| HSL | 93.27º | 0.82% | 0.48% | - |
| HSV(B) | 93.27º | 0.9% | 0.88% | - |
| XYZ | 33.48 | 56.81 | 9.96 | - |
| YUV | 167.48 | 45.89 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 22 | 0.50 | 0 | 0.90 | 0.12 | 93.27 | 0.82 | 0.48 |
| Hex | 70 | E0 | 16 | 32 | 0 | 5A | C | 5D | 52 | 30 |
| Octal | 160 | 340 | 26 | 62 | 0 | 132 | 14 | 135 | 122 | 60 |
| Binary | 1110000 | 11100000 | 10110 | 110010 | 0 | 1011010 | 1100 | 1011101 | 1010010 | 110000 |
Color Harmonies of #70E016
Complementary color
Monochromatic Colors of #70E016
Black with #70E016
Text Example
Text Example
White with #70E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E016; }
p { color: rgb(112,224,22); }
H1.HeaderClassName
{
color: #70E016;
}
.AnyTagClassName
{
color: #70E016;
}
</style>
background-color css
<style>
a { background-color: #70E016; }
a { background-color: rgb(112,224,22); }
div.DivClassName
{
background-color: #70E016;
}
.BgClassName
{
background-color: #70E016;
}
</style>
border-color css
<style>
span { border-color: #70E016; }
span { border-color: rgb(112,224,22); }
td.TdClassName
{
border-color: #70E016;
}
.TagClassName
{
border-color: #70E016;
}
</style>