Shades of Lawn Green #70EC07
Tints of Lawn Green #70EC07
RGB
CMYK
RGB Variations
Color information
#70EC07 (or 0x70EC07) is known color: Lawn Green. HEX triplet: 70, EC and 07. RGB value is (112,236,7). Sum of RGB (Red+Green+Blue) = 112+236+7=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 236 (92.58% from 255 or 66.48% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC07 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EC07 is #8F13F8. Grayscale: #ADADAD. Windows color (decimal): -9376761 or 519280. OLE color: 519280.
HSL color Cylindrical-coordinate representation of color #70EC07: hue angle of 92.49º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70EC07 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 7 | - |
| CMYK | 0.53 | 0 | 0.97 | 0.07 |
| HSL | 92.49º | 0.94% | 0.48% | - |
| HSV(B) | 92.49º | 0.97% | 0.93% | - |
| XYZ | 36.72 | 63.45 | 10.51 | - |
| YUV | 172.82 | 34.42 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 7 | 0.53 | 0 | 0.97 | 0.07 | 92.49 | 0.94 | 0.48 |
| Hex | 70 | EC | 7 | 35 | 0 | 61 | 7 | 5C | 5E | 30 |
| Octal | 160 | 354 | 7 | 65 | 0 | 141 | 7 | 134 | 136 | 60 |
| Binary | 1110000 | 11101100 | 111 | 110101 | 0 | 1100001 | 111 | 1011100 | 1011110 | 110000 |
Color Harmonies of #70EC07
Complementary color
Monochromatic Colors of #70EC07
Black with #70EC07
Text Example
Text Example
White with #70EC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC07; }
p { color: rgb(112,236,7); }
H1.HeaderClassName
{
color: #70EC07;
}
.AnyTagClassName
{
color: #70EC07;
}
</style>
background-color css
<style>
a { background-color: #70EC07; }
a { background-color: rgb(112,236,7); }
div.DivClassName
{
background-color: #70EC07;
}
.BgClassName
{
background-color: #70EC07;
}
</style>
border-color css
<style>
span { border-color: #70EC07; }
span { border-color: rgb(112,236,7); }
td.TdClassName
{
border-color: #70EC07;
}
.TagClassName
{
border-color: #70EC07;
}
</style>