Shades of Lawn Green #70E00E
Tints of Lawn Green #70E00E
RGB
CMYK
RGB Variations
Color information
#70E00E (or 0x70E00E) is known color: Lawn Green. HEX triplet: 70, E0 and 0E. RGB value is (112,224,14). Sum of RGB (Red+Green+Blue) = 112+224+14=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 224 (87.89% from 255 or 64% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 224 - color contains mainly: green. Hex color #70E00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E00E is #8F1FF1. Grayscale: #A7A7A7. Windows color (decimal): -9379826 or 974960. OLE color: 974960.
HSL color Cylindrical-coordinate representation of color #70E00E: hue angle of 92º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70E00E is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 224 | 14 | - |
| CMYK | 0.50 | 0 | 0.94 | 0.12 |
| HSL | 92º | 0.88% | 0.47% | - |
| HSV(B) | 92º | 0.94% | 0.88% | - |
| XYZ | 33.42 | 56.79 | 9.62 | - |
| YUV | 166.57 | 41.89 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 14 | 0.50 | 0 | 0.94 | 0.12 | 92 | 0.88 | 0.47 |
| Hex | 70 | E0 | E | 32 | 0 | 5E | C | 5C | 58 | 2F |
| Octal | 160 | 340 | 16 | 62 | 0 | 136 | 14 | 134 | 130 | 57 |
| Binary | 1110000 | 11100000 | 1110 | 110010 | 0 | 1011110 | 1100 | 1011100 | 1011000 | 101111 |
Color Harmonies of #70E00E
Complementary color
Monochromatic Colors of #70E00E
Black with #70E00E
Text Example
Text Example
White with #70E00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E00E; }
p { color: rgb(112,224,14); }
H1.HeaderClassName
{
color: #70E00E;
}
.AnyTagClassName
{
color: #70E00E;
}
</style>
background-color css
<style>
a { background-color: #70E00E; }
a { background-color: rgb(112,224,14); }
div.DivClassName
{
background-color: #70E00E;
}
.BgClassName
{
background-color: #70E00E;
}
</style>
border-color css
<style>
span { border-color: #70E00E; }
span { border-color: rgb(112,224,14); }
td.TdClassName
{
border-color: #70E00E;
}
.TagClassName
{
border-color: #70E00E;
}
</style>