Shades of Lawn Green #70EA0E
Tints of Lawn Green #70EA0E
RGB
CMYK
RGB Variations
Color information
#70EA0E (or 0x70EA0E) is known color: Lawn Green. HEX triplet: 70, EA and 0E. RGB value is (112,234,14). Sum of RGB (Red+Green+Blue) = 112+234+14=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 234 (91.80% from 255 or 65% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EA0E is #8F15F1. Grayscale: #ADADAD. Windows color (decimal): -9377266 or 977520. OLE color: 977520.
HSL color Cylindrical-coordinate representation of color #70EA0E: hue angle of 93.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70EA0E is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 234 | 14 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.08 |
| HSL | 93.27º | 0.89% | 0.49% | - |
| HSV(B) | 93.27º | 0.94% | 0.92% | - |
| XYZ | 36.18 | 62.32 | 10.54 | - |
| YUV | 172.44 | 38.58 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 14 | 0.52 | 0 | 0.94 | 0.08 | 93.27 | 0.89 | 0.49 |
| Hex | 70 | EA | E | 34 | 0 | 5E | 8 | 5D | 59 | 31 |
| Octal | 160 | 352 | 16 | 64 | 0 | 136 | 10 | 135 | 131 | 61 |
| Binary | 1110000 | 11101010 | 1110 | 110100 | 0 | 1011110 | 1000 | 1011101 | 1011001 | 110001 |
Color Harmonies of #70EA0E
Complementary color
Monochromatic Colors of #70EA0E
Black with #70EA0E
Text Example
Text Example
White with #70EA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EA0E; }
p { color: rgb(112,234,14); }
H1.HeaderClassName
{
color: #70EA0E;
}
.AnyTagClassName
{
color: #70EA0E;
}
</style>
background-color css
<style>
a { background-color: #70EA0E; }
a { background-color: rgb(112,234,14); }
div.DivClassName
{
background-color: #70EA0E;
}
.BgClassName
{
background-color: #70EA0E;
}
</style>
border-color css
<style>
span { border-color: #70EA0E; }
span { border-color: rgb(112,234,14); }
td.TdClassName
{
border-color: #70EA0E;
}
.TagClassName
{
border-color: #70EA0E;
}
</style>