Shades of Lawn Green #70EC10
Tints of Lawn Green #70EC10
RGB
CMYK
RGB Variations
Color information
#70EC10 (or 0x70EC10) is known color: Lawn Green. HEX triplet: 70, EC and 10. RGB value is (112,236,16). Sum of RGB (Red+Green+Blue) = 112+236+16=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 236 (92.58% from 255 or 64.84% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EC10 is #8F13EF. Grayscale: #AEAEAE. Windows color (decimal): -9376752 or 1109104. OLE color: 1109104.
HSL color Cylindrical-coordinate representation of color #70EC10: hue angle of 93.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70EC10 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 16 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.07 |
| HSL | 93.82º | 0.87% | 0.49% | - |
| HSV(B) | 93.82º | 0.93% | 0.93% | - |
| XYZ | 36.77 | 63.47 | 10.8 | - |
| YUV | 173.84 | 38.92 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 16 | 0.53 | 0 | 0.93 | 0.07 | 93.82 | 0.87 | 0.49 |
| Hex | 70 | EC | 10 | 35 | 0 | 5D | 7 | 5E | 57 | 31 |
| Octal | 160 | 354 | 20 | 65 | 0 | 135 | 7 | 136 | 127 | 61 |
| Binary | 1110000 | 11101100 | 10000 | 110101 | 0 | 1011101 | 111 | 1011110 | 1010111 | 110001 |
Color Harmonies of #70EC10
Complementary color
Monochromatic Colors of #70EC10
Black with #70EC10
Text Example
Text Example
White with #70EC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC10; }
p { color: rgb(112,236,16); }
H1.HeaderClassName
{
color: #70EC10;
}
.AnyTagClassName
{
color: #70EC10;
}
</style>
background-color css
<style>
a { background-color: #70EC10; }
a { background-color: rgb(112,236,16); }
div.DivClassName
{
background-color: #70EC10;
}
.BgClassName
{
background-color: #70EC10;
}
</style>
border-color css
<style>
span { border-color: #70EC10; }
span { border-color: rgb(112,236,16); }
td.TdClassName
{
border-color: #70EC10;
}
.TagClassName
{
border-color: #70EC10;
}
</style>