Shades of Lawn Green #70E40D
Tints of Lawn Green #70E40D
RGB
CMYK
RGB Variations
Color information
#70E40D (or 0x70E40D) is known color: Lawn Green. HEX triplet: 70, E4 and 0D. RGB value is (112,228,13). Sum of RGB (Red+Green+Blue) = 112+228+13=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 228 (89.45% from 255 or 64.59% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 228 - color contains mainly: green. Hex color #70E40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E40D is #8F1BF2. Grayscale: #A9A9A9. Windows color (decimal): -9378803 or 910448. OLE color: 910448.
HSL color Cylindrical-coordinate representation of color #70E40D: hue angle of 92.37º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70E40D is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 13 | - |
| CMYK | 0.51 | 0 | 0.94 | 0.11 |
| HSL | 92.37º | 0.89% | 0.47% | - |
| HSV(B) | 92.37º | 0.94% | 0.89% | - |
| XYZ | 34.5 | 58.96 | 9.94 | - |
| YUV | 168.81 | 40.07 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 13 | 0.51 | 0 | 0.94 | 0.11 | 92.37 | 0.89 | 0.47 |
| Hex | 70 | E4 | D | 33 | 0 | 5E | B | 5C | 59 | 2F |
| Octal | 160 | 344 | 15 | 63 | 0 | 136 | 13 | 134 | 131 | 57 |
| Binary | 1110000 | 11100100 | 1101 | 110011 | 0 | 1011110 | 1011 | 1011100 | 1011001 | 101111 |
Color Harmonies of #70E40D
Complementary color
Monochromatic Colors of #70E40D
Black with #70E40D
Text Example
Text Example
White with #70E40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E40D; }
p { color: rgb(112,228,13); }
H1.HeaderClassName
{
color: #70E40D;
}
.AnyTagClassName
{
color: #70E40D;
}
</style>
background-color css
<style>
a { background-color: #70E40D; }
a { background-color: rgb(112,228,13); }
div.DivClassName
{
background-color: #70E40D;
}
.BgClassName
{
background-color: #70E40D;
}
</style>
border-color css
<style>
span { border-color: #70E40D; }
span { border-color: rgb(112,228,13); }
td.TdClassName
{
border-color: #70E40D;
}
.TagClassName
{
border-color: #70E40D;
}
</style>