Shades of Lawn Green #70E616
Tints of Lawn Green #70E616
RGB
CMYK
RGB Variations
Color information
#70E616 (or 0x70E616) is known color: Lawn Green. HEX triplet: 70, E6 and 16. RGB value is (112,230,22). Sum of RGB (Red+Green+Blue) = 112+230+22=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 230 (90.23% from 255 or 63.19% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 230 - color contains mainly: green. Hex color #70E616 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70E616 is #8F19E9. Grayscale: #ABABAB. Windows color (decimal): -9378282 or 1500784. OLE color: 1500784.
HSL color Cylindrical-coordinate representation of color #70E616: hue angle of 94.04º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70E616 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 230 | 22 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.10 |
| HSL | 94.04º | 0.83% | 0.49% | - |
| HSV(B) | 94.04º | 0.9% | 0.9% | - |
| XYZ | 35.12 | 60.1 | 10.51 | - |
| YUV | 171.01 | 43.91 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 230 | 22 | 0.51 | 0 | 0.90 | 0.10 | 94.04 | 0.83 | 0.49 |
| Hex | 70 | E6 | 16 | 33 | 0 | 5A | A | 5E | 53 | 31 |
| Octal | 160 | 346 | 26 | 63 | 0 | 132 | 12 | 136 | 123 | 61 |
| Binary | 1110000 | 11100110 | 10110 | 110011 | 0 | 1011010 | 1010 | 1011110 | 1010011 | 110001 |
Color Harmonies of #70E616
Complementary color
Monochromatic Colors of #70E616
Black with #70E616
Text Example
Text Example
White with #70E616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E616; }
p { color: rgb(112,230,22); }
H1.HeaderClassName
{
color: #70E616;
}
.AnyTagClassName
{
color: #70E616;
}
</style>
background-color css
<style>
a { background-color: #70E616; }
a { background-color: rgb(112,230,22); }
div.DivClassName
{
background-color: #70E616;
}
.BgClassName
{
background-color: #70E616;
}
</style>
border-color css
<style>
span { border-color: #70E616; }
span { border-color: rgb(112,230,22); }
td.TdClassName
{
border-color: #70E616;
}
.TagClassName
{
border-color: #70E616;
}
</style>