Shades of Lawn Green #70D602
Tints of Lawn Green #70D602
RGB
CMYK
RGB Variations
Color information
#70D602 (or 0x70D602) is known color: Lawn Green. HEX triplet: 70, D6 and 02. RGB value is (112,214,2). Sum of RGB (Red+Green+Blue) = 112+214+2=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 214 (83.98% from 255 or 65.24% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 214 - color contains mainly: green. Hex color #70D602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D602 is #8F29FD. Grayscale: #A0A0A0. Windows color (decimal): -9382398 or 185968. OLE color: 185968.
HSL color Cylindrical-coordinate representation of color #70D602: hue angle of 88.87º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70D602 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.16 |
| HSL | 88.87º | 0.98% | 0.42% | - |
| HSV(B) | 88.87º | 0.99% | 0.84% | - |
| XYZ | 30.74 | 51.54 | 8.39 | - |
| YUV | 159.33 | 39.21 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 2 | 0.48 | 0 | 0.99 | 0.16 | 88.87 | 0.98 | 0.42 |
| Hex | 70 | D6 | 2 | 30 | 0 | 63 | 10 | 59 | 62 | 2A |
| Octal | 160 | 326 | 2 | 60 | 0 | 143 | 20 | 131 | 142 | 52 |
| Binary | 1110000 | 11010110 | 10 | 110000 | 0 | 1100011 | 10000 | 1011001 | 1100010 | 101010 |
Color Harmonies of #70D602
Complementary color
Monochromatic Colors of #70D602
Black with #70D602
Text Example
Text Example
White with #70D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D602; }
p { color: rgb(112,214,2); }
H1.HeaderClassName
{
color: #70D602;
}
.AnyTagClassName
{
color: #70D602;
}
</style>
background-color css
<style>
a { background-color: #70D602; }
a { background-color: rgb(112,214,2); }
div.DivClassName
{
background-color: #70D602;
}
.BgClassName
{
background-color: #70D602;
}
</style>
border-color css
<style>
span { border-color: #70D602; }
span { border-color: rgb(112,214,2); }
td.TdClassName
{
border-color: #70D602;
}
.TagClassName
{
border-color: #70D602;
}
</style>