Shades of Lawn Green #70E70D
Tints of Lawn Green #70E70D
RGB
CMYK
RGB Variations
Color information
#70E70D (or 0x70E70D) is known color: Lawn Green. HEX triplet: 70, E7 and 0D. RGB value is (112,231,13). Sum of RGB (Red+Green+Blue) = 112+231+13=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 231 (90.62% from 255 or 64.89% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 231 - color contains mainly: green. Hex color #70E70D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70E70D is #8F18F2. Grayscale: #ABABAB. Windows color (decimal): -9378035 or 911216. OLE color: 911216.
HSL color Cylindrical-coordinate representation of color #70E70D: hue angle of 92.75º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70E70D is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 13 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.09 |
| HSL | 92.75º | 0.89% | 0.48% | - |
| HSV(B) | 92.75º | 0.94% | 0.91% | - |
| XYZ | 35.33 | 60.63 | 10.22 | - |
| YUV | 170.57 | 39.08 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 13 | 0.52 | 0 | 0.94 | 0.09 | 92.75 | 0.89 | 0.48 |
| Hex | 70 | E7 | D | 34 | 0 | 5E | 9 | 5D | 59 | 30 |
| Octal | 160 | 347 | 15 | 64 | 0 | 136 | 11 | 135 | 131 | 60 |
| Binary | 1110000 | 11100111 | 1101 | 110100 | 0 | 1011110 | 1001 | 1011101 | 1011001 | 110000 |
Color Harmonies of #70E70D
Complementary color
Monochromatic Colors of #70E70D
Black with #70E70D
Text Example
Text Example
White with #70E70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E70D; }
p { color: rgb(112,231,13); }
H1.HeaderClassName
{
color: #70E70D;
}
.AnyTagClassName
{
color: #70E70D;
}
</style>
background-color css
<style>
a { background-color: #70E70D; }
a { background-color: rgb(112,231,13); }
div.DivClassName
{
background-color: #70E70D;
}
.BgClassName
{
background-color: #70E70D;
}
</style>
border-color css
<style>
span { border-color: #70E70D; }
span { border-color: rgb(112,231,13); }
td.TdClassName
{
border-color: #70E70D;
}
.TagClassName
{
border-color: #70E70D;
}
</style>