Shades of Lawn Green #70E513
Tints of Lawn Green #70E513
RGB
CMYK
RGB Variations
Color information
#70E513 (or 0x70E513) is known color: Lawn Green. HEX triplet: 70, E5 and 13. RGB value is (112,229,19). Sum of RGB (Red+Green+Blue) = 112+229+19=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 229 (89.84% from 255 or 63.61% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 229 - color contains mainly: green. Hex color #70E513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E513 is #8F1AEC. Grayscale: #AAAAAA. Windows color (decimal): -9378541 or 1303920. OLE color: 1303920.
HSL color Cylindrical-coordinate representation of color #70E513: hue angle of 93.43º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70E513 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 19 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.10 |
| HSL | 93.43º | 0.85% | 0.49% | - |
| HSV(B) | 93.43º | 0.92% | 0.9% | - |
| XYZ | 34.82 | 59.53 | 10.27 | - |
| YUV | 170.08 | 42.74 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 19 | 0.51 | 0 | 0.92 | 0.10 | 93.43 | 0.85 | 0.49 |
| Hex | 70 | E5 | 13 | 33 | 0 | 5C | A | 5D | 55 | 31 |
| Octal | 160 | 345 | 23 | 63 | 0 | 134 | 12 | 135 | 125 | 61 |
| Binary | 1110000 | 11100101 | 10011 | 110011 | 0 | 1011100 | 1010 | 1011101 | 1010101 | 110001 |
Color Harmonies of #70E513
Complementary color
Monochromatic Colors of #70E513
Black with #70E513
Text Example
Text Example
White with #70E513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E513; }
p { color: rgb(112,229,19); }
H1.HeaderClassName
{
color: #70E513;
}
.AnyTagClassName
{
color: #70E513;
}
</style>
background-color css
<style>
a { background-color: #70E513; }
a { background-color: rgb(112,229,19); }
div.DivClassName
{
background-color: #70E513;
}
.BgClassName
{
background-color: #70E513;
}
</style>
border-color css
<style>
span { border-color: #70E513; }
span { border-color: rgb(112,229,19); }
td.TdClassName
{
border-color: #70E513;
}
.TagClassName
{
border-color: #70E513;
}
</style>