Shades of Lawn Green #70E415
Tints of Lawn Green #70E415
RGB
CMYK
RGB Variations
Color information
#70E415 (or 0x70E415) is known color: Lawn Green. HEX triplet: 70, E4 and 15. RGB value is (112,228,21). Sum of RGB (Red+Green+Blue) = 112+228+21=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 228 (89.45% from 255 or 63.16% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 228 - color contains mainly: green. Hex color #70E415 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E415 is #8F1BEA. Grayscale: #AAAAAA. Windows color (decimal): -9378795 or 1434736. OLE color: 1434736.
HSL color Cylindrical-coordinate representation of color #70E415: hue angle of 93.62º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70E415 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 21 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.11 |
| HSL | 93.62º | 0.83% | 0.49% | - |
| HSV(B) | 93.62º | 0.91% | 0.89% | - |
| XYZ | 34.56 | 58.99 | 10.27 | - |
| YUV | 169.72 | 44.07 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 21 | 0.51 | 0 | 0.91 | 0.11 | 93.62 | 0.83 | 0.49 |
| Hex | 70 | E4 | 15 | 33 | 0 | 5B | B | 5E | 53 | 31 |
| Octal | 160 | 344 | 25 | 63 | 0 | 133 | 13 | 136 | 123 | 61 |
| Binary | 1110000 | 11100100 | 10101 | 110011 | 0 | 1011011 | 1011 | 1011110 | 1010011 | 110001 |
Color Harmonies of #70E415
Complementary color
Monochromatic Colors of #70E415
Black with #70E415
Text Example
Text Example
White with #70E415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E415; }
p { color: rgb(112,228,21); }
H1.HeaderClassName
{
color: #70E415;
}
.AnyTagClassName
{
color: #70E415;
}
</style>
background-color css
<style>
a { background-color: #70E415; }
a { background-color: rgb(112,228,21); }
div.DivClassName
{
background-color: #70E415;
}
.BgClassName
{
background-color: #70E415;
}
</style>
border-color css
<style>
span { border-color: #70E415; }
span { border-color: rgb(112,228,21); }
td.TdClassName
{
border-color: #70E415;
}
.TagClassName
{
border-color: #70E415;
}
</style>