Shades of Lawn Green #70D515
Tints of Lawn Green #70D515
RGB
CMYK
RGB Variations
Color information
#70D515 (or 0x70D515) is known color: Lawn Green. HEX triplet: 70, D5 and 15. RGB value is (112,213,21). Sum of RGB (Red+Green+Blue) = 112+213+21=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #70D515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D515 is #8F2AEA. Grayscale: #A1A1A1. Windows color (decimal): -9382635 or 1430896. OLE color: 1430896.
HSL color Cylindrical-coordinate representation of color #70D515: hue angle of 91.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70D515 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 21 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.16 |
| HSL | 91.56º | 0.82% | 0.46% | - |
| HSV(B) | 91.56º | 0.9% | 0.84% | - |
| XYZ | 30.61 | 51.09 | 8.96 | - |
| YUV | 160.91 | 49.04 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 21 | 0.47 | 0 | 0.90 | 0.16 | 91.56 | 0.82 | 0.46 |
| Hex | 70 | D5 | 15 | 2F | 0 | 5A | 10 | 5C | 52 | 2E |
| Octal | 160 | 325 | 25 | 57 | 0 | 132 | 20 | 134 | 122 | 56 |
| Binary | 1110000 | 11010101 | 10101 | 101111 | 0 | 1011010 | 10000 | 1011100 | 1010010 | 101110 |
Color Harmonies of #70D515
Complementary color
Monochromatic Colors of #70D515
Black with #70D515
Text Example
Text Example
White with #70D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D515; }
p { color: rgb(112,213,21); }
H1.HeaderClassName
{
color: #70D515;
}
.AnyTagClassName
{
color: #70D515;
}
</style>
background-color css
<style>
a { background-color: #70D515; }
a { background-color: rgb(112,213,21); }
div.DivClassName
{
background-color: #70D515;
}
.BgClassName
{
background-color: #70D515;
}
</style>
border-color css
<style>
span { border-color: #70D515; }
span { border-color: rgb(112,213,21); }
td.TdClassName
{
border-color: #70D515;
}
.TagClassName
{
border-color: #70D515;
}
</style>