Shades of Lawn Green #70E01D
Tints of Lawn Green #70E01D
RGB
CMYK
RGB Variations
Color information
#70E01D (or 0x70E01D) is known color: Lawn Green. HEX triplet: 70, E0 and 1D. RGB value is (112,224,29). Sum of RGB (Red+Green+Blue) = 112+224+29=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 224 (87.89% from 255 or 61.37% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 224 - color contains mainly: green. Hex color #70E01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E01D is #8F1FE2. Grayscale: #A8A8A8. Windows color (decimal): -9379811 or 1958000. OLE color: 1958000.
HSL color Cylindrical-coordinate representation of color #70E01D: hue angle of 94.46º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70E01D is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 224 | 29 | - |
| CMYK | 0.50 | 0 | 0.87 | 0.12 |
| HSL | 94.46º | 0.77% | 0.5% | - |
| HSV(B) | 94.46º | 0.87% | 0.88% | - |
| XYZ | 33.56 | 56.84 | 10.37 | - |
| YUV | 168.28 | 49.39 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 29 | 0.50 | 0 | 0.87 | 0.12 | 94.46 | 0.77 | 0.5 |
| Hex | 70 | E0 | 1D | 32 | 0 | 57 | C | 5E | 4D | 32 |
| Octal | 160 | 340 | 35 | 62 | 0 | 127 | 14 | 136 | 115 | 62 |
| Binary | 1110000 | 11100000 | 11101 | 110010 | 0 | 1010111 | 1100 | 1011110 | 1001101 | 110010 |
Color Harmonies of #70E01D
Complementary color
Monochromatic Colors of #70E01D
Black with #70E01D
Text Example
Text Example
White with #70E01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E01D; }
p { color: rgb(112,224,29); }
H1.HeaderClassName
{
color: #70E01D;
}
.AnyTagClassName
{
color: #70E01D;
}
</style>
background-color css
<style>
a { background-color: #70E01D; }
a { background-color: rgb(112,224,29); }
div.DivClassName
{
background-color: #70E01D;
}
.BgClassName
{
background-color: #70E01D;
}
</style>
border-color css
<style>
span { border-color: #70E01D; }
span { border-color: rgb(112,224,29); }
td.TdClassName
{
border-color: #70E01D;
}
.TagClassName
{
border-color: #70E01D;
}
</style>