Shades of Lawn Green #70EA07
Tints of Lawn Green #70EA07
RGB
CMYK
RGB Variations
Color information
#70EA07 (or 0x70EA07) is known color: Lawn Green. HEX triplet: 70, EA and 07. RGB value is (112,234,7). Sum of RGB (Red+Green+Blue) = 112+234+7=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 234 (91.80% from 255 or 66.29% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA07 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EA07 is #8F15F8. Grayscale: #ACACAC. Windows color (decimal): -9377273 or 518768. OLE color: 518768.
HSL color Cylindrical-coordinate representation of color #70EA07: hue angle of 92.25º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70EA07 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 234 | 7 | - |
| CMYK | 0.52 | 0 | 0.97 | 0.08 |
| HSL | 92.25º | 0.94% | 0.47% | - |
| HSV(B) | 92.25º | 0.97% | 0.92% | - |
| XYZ | 36.14 | 62.31 | 10.32 | - |
| YUV | 171.64 | 35.08 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 7 | 0.52 | 0 | 0.97 | 0.08 | 92.25 | 0.94 | 0.47 |
| Hex | 70 | EA | 7 | 34 | 0 | 61 | 8 | 5C | 5E | 2F |
| Octal | 160 | 352 | 7 | 64 | 0 | 141 | 10 | 134 | 136 | 57 |
| Binary | 1110000 | 11101010 | 111 | 110100 | 0 | 1100001 | 1000 | 1011100 | 1011110 | 101111 |
Color Harmonies of #70EA07
Complementary color
Monochromatic Colors of #70EA07
Black with #70EA07
Text Example
Text Example
White with #70EA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EA07; }
p { color: rgb(112,234,7); }
H1.HeaderClassName
{
color: #70EA07;
}
.AnyTagClassName
{
color: #70EA07;
}
</style>
background-color css
<style>
a { background-color: #70EA07; }
a { background-color: rgb(112,234,7); }
div.DivClassName
{
background-color: #70EA07;
}
.BgClassName
{
background-color: #70EA07;
}
</style>
border-color css
<style>
span { border-color: #70EA07; }
span { border-color: rgb(112,234,7); }
td.TdClassName
{
border-color: #70EA07;
}
.TagClassName
{
border-color: #70EA07;
}
</style>