Shades of Lawn Green #70EE16
Tints of Lawn Green #70EE16
RGB
CMYK
RGB Variations
Color information
#70EE16 (or 0x70EE16) is known color: Lawn Green. HEX triplet: 70, EE and 16. RGB value is (112,238,22). Sum of RGB (Red+Green+Blue) = 112+238+22=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 238 (93.36% from 255 or 63.98% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EE16 is #8F11E9. Grayscale: #B0B0B0. Windows color (decimal): -9376234 or 1502832. OLE color: 1502832.
HSL color Cylindrical-coordinate representation of color #70EE16: hue angle of 95º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70EE16 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 238 | 22 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.07 |
| HSL | 95º | 0.86% | 0.51% | - |
| HSV(B) | 95º | 0.91% | 0.93% | - |
| XYZ | 37.4 | 64.65 | 11.27 | - |
| YUV | 175.7 | 41.26 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 238 | 22 | 0.53 | 0 | 0.91 | 0.07 | 95 | 0.86 | 0.51 |
| Hex | 70 | EE | 16 | 35 | 0 | 5B | 7 | 5F | 56 | 33 |
| Octal | 160 | 356 | 26 | 65 | 0 | 133 | 7 | 137 | 126 | 63 |
| Binary | 1110000 | 11101110 | 10110 | 110101 | 0 | 1011011 | 111 | 1011111 | 1010110 | 110011 |
Color Harmonies of #70EE16
Complementary color
Monochromatic Colors of #70EE16
Black with #70EE16
Text Example
Text Example
White with #70EE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EE16; }
p { color: rgb(112,238,22); }
H1.HeaderClassName
{
color: #70EE16;
}
.AnyTagClassName
{
color: #70EE16;
}
</style>
background-color css
<style>
a { background-color: #70EE16; }
a { background-color: rgb(112,238,22); }
div.DivClassName
{
background-color: #70EE16;
}
.BgClassName
{
background-color: #70EE16;
}
</style>
border-color css
<style>
span { border-color: #70EE16; }
span { border-color: rgb(112,238,22); }
td.TdClassName
{
border-color: #70EE16;
}
.TagClassName
{
border-color: #70EE16;
}
</style>