Shades of Lawn Green #70E10D
Tints of Lawn Green #70E10D
RGB
CMYK
RGB Variations
Color information
#70E10D (or 0x70E10D) is known color: Lawn Green. HEX triplet: 70, E1 and 0D. RGB value is (112,225,13). Sum of RGB (Red+Green+Blue) = 112+225+13=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 225 (88.28% from 255 or 64.29% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 225 - color contains mainly: green. Hex color #70E10D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E10D is #8F1EF2. Grayscale: #A7A7A7. Windows color (decimal): -9379571 or 909680. OLE color: 909680.
HSL color Cylindrical-coordinate representation of color #70E10D: hue angle of 91.98º degrees, saturation: 0.89, 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 #70E10D is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 225 | 13 | - |
| CMYK | 0.50 | 0 | 0.94 | 0.12 |
| HSL | 91.98º | 0.89% | 0.47% | - |
| HSV(B) | 91.98º | 0.94% | 0.88% | - |
| XYZ | 33.68 | 57.32 | 9.67 | - |
| YUV | 167.05 | 41.06 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 225 | 13 | 0.50 | 0 | 0.94 | 0.12 | 91.98 | 0.89 | 0.47 |
| Hex | 70 | E1 | D | 32 | 0 | 5E | C | 5C | 59 | 2F |
| Octal | 160 | 341 | 15 | 62 | 0 | 136 | 14 | 134 | 131 | 57 |
| Binary | 1110000 | 11100001 | 1101 | 110010 | 0 | 1011110 | 1100 | 1011100 | 1011001 | 101111 |
Color Harmonies of #70E10D
Complementary color
Monochromatic Colors of #70E10D
Black with #70E10D
Text Example
Text Example
White with #70E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E10D; }
p { color: rgb(112,225,13); }
H1.HeaderClassName
{
color: #70E10D;
}
.AnyTagClassName
{
color: #70E10D;
}
</style>
background-color css
<style>
a { background-color: #70E10D; }
a { background-color: rgb(112,225,13); }
div.DivClassName
{
background-color: #70E10D;
}
.BgClassName
{
background-color: #70E10D;
}
</style>
border-color css
<style>
span { border-color: #70E10D; }
span { border-color: rgb(112,225,13); }
td.TdClassName
{
border-color: #70E10D;
}
.TagClassName
{
border-color: #70E10D;
}
</style>