Shades of Lawn Green #70E41D
Tints of Lawn Green #70E41D
RGB
CMYK
RGB Variations
Color information
#70E41D (or 0x70E41D) is known color: Lawn Green. HEX triplet: 70, E4 and 1D. RGB value is (112,228,29). Sum of RGB (Red+Green+Blue) = 112+228+29=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 228 (89.45% from 255 or 61.79% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 228 - color contains mainly: green. Hex color #70E41D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E41D is #8F1BE2. Grayscale: #ABABAB. Windows color (decimal): -9378787 or 1959024. OLE color: 1959024.
HSL color Cylindrical-coordinate representation of color #70E41D: hue angle of 94.97º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70E41D is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 29 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.11 |
| HSL | 94.97º | 0.79% | 0.5% | - |
| HSV(B) | 94.97º | 0.87% | 0.89% | - |
| XYZ | 34.65 | 59.02 | 10.73 | - |
| YUV | 170.63 | 48.07 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 29 | 0.51 | 0 | 0.87 | 0.11 | 94.97 | 0.79 | 0.5 |
| Hex | 70 | E4 | 1D | 33 | 0 | 57 | B | 5F | 4F | 32 |
| Octal | 160 | 344 | 35 | 63 | 0 | 127 | 13 | 137 | 117 | 62 |
| Binary | 1110000 | 11100100 | 11101 | 110011 | 0 | 1010111 | 1011 | 1011111 | 1001111 | 110010 |
Color Harmonies of #70E41D
Complementary color
Monochromatic Colors of #70E41D
Black with #70E41D
Text Example
Text Example
White with #70E41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E41D; }
p { color: rgb(112,228,29); }
H1.HeaderClassName
{
color: #70E41D;
}
.AnyTagClassName
{
color: #70E41D;
}
</style>
background-color css
<style>
a { background-color: #70E41D; }
a { background-color: rgb(112,228,29); }
div.DivClassName
{
background-color: #70E41D;
}
.BgClassName
{
background-color: #70E41D;
}
</style>
border-color css
<style>
span { border-color: #70E41D; }
span { border-color: rgb(112,228,29); }
td.TdClassName
{
border-color: #70E41D;
}
.TagClassName
{
border-color: #70E41D;
}
</style>