Shades of Lawn Green #70DC02
Tints of Lawn Green #70DC02
RGB
CMYK
RGB Variations
Color information
#70DC02 (or 0x70DC02) is known color: Lawn Green. HEX triplet: 70, DC and 02. RGB value is (112,220,2). Sum of RGB (Red+Green+Blue) = 112+220+2=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DC02 is #8F23FD. Grayscale: #A3A3A3. Windows color (decimal): -9380862 or 187504. OLE color: 187504.
HSL color Cylindrical-coordinate representation of color #70DC02: hue angle of 89.72º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70DC02 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 2 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.14 |
| HSL | 89.72º | 0.98% | 0.44% | - |
| HSV(B) | 89.72º | 0.99% | 0.86% | - |
| XYZ | 32.29 | 54.64 | 8.9 | - |
| YUV | 162.86 | 37.22 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 2 | 0.49 | 0 | 0.99 | 0.14 | 89.72 | 0.98 | 0.44 |
| Hex | 70 | DC | 2 | 31 | 0 | 63 | E | 5A | 62 | 2C |
| Octal | 160 | 334 | 2 | 61 | 0 | 143 | 16 | 132 | 142 | 54 |
| Binary | 1110000 | 11011100 | 10 | 110001 | 0 | 1100011 | 1110 | 1011010 | 1100010 | 101100 |
Color Harmonies of #70DC02
Complementary color
Monochromatic Colors of #70DC02
Black with #70DC02
Text Example
Text Example
White with #70DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC02; }
p { color: rgb(112,220,2); }
H1.HeaderClassName
{
color: #70DC02;
}
.AnyTagClassName
{
color: #70DC02;
}
</style>
background-color css
<style>
a { background-color: #70DC02; }
a { background-color: rgb(112,220,2); }
div.DivClassName
{
background-color: #70DC02;
}
.BgClassName
{
background-color: #70DC02;
}
</style>
border-color css
<style>
span { border-color: #70DC02; }
span { border-color: rgb(112,220,2); }
td.TdClassName
{
border-color: #70DC02;
}
.TagClassName
{
border-color: #70DC02;
}
</style>