Shades of Lawn Green #70DE02
Tints of Lawn Green #70DE02
RGB
CMYK
RGB Variations
Color information
#70DE02 (or 0x70DE02) is known color: Lawn Green. HEX triplet: 70, DE and 02. RGB value is (112,222,2). Sum of RGB (Red+Green+Blue) = 112+222+2=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 222 (87.11% from 255 or 66.07% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DE02 is #8F21FD. Grayscale: #A4A4A4. Windows color (decimal): -9380350 or 188016. OLE color: 188016.
HSL color Cylindrical-coordinate representation of color #70DE02: hue angle of 90º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70DE02 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 222 | 2 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.13 |
| HSL | 90º | 0.98% | 0.44% | - |
| HSV(B) | 90º | 0.99% | 0.87% | - |
| XYZ | 32.81 | 55.69 | 9.08 | - |
| YUV | 164.03 | 36.56 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 222 | 2 | 0.50 | 0 | 0.99 | 0.13 | 90 | 0.98 | 0.44 |
| Hex | 70 | DE | 2 | 32 | 0 | 63 | D | 5A | 62 | 2C |
| Octal | 160 | 336 | 2 | 62 | 0 | 143 | 15 | 132 | 142 | 54 |
| Binary | 1110000 | 11011110 | 10 | 110010 | 0 | 1100011 | 1101 | 1011010 | 1100010 | 101100 |
Color Harmonies of #70DE02
Complementary color
Monochromatic Colors of #70DE02
Black with #70DE02
Text Example
Text Example
White with #70DE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DE02; }
p { color: rgb(112,222,2); }
H1.HeaderClassName
{
color: #70DE02;
}
.AnyTagClassName
{
color: #70DE02;
}
</style>
background-color css
<style>
a { background-color: #70DE02; }
a { background-color: rgb(112,222,2); }
div.DivClassName
{
background-color: #70DE02;
}
.BgClassName
{
background-color: #70DE02;
}
</style>
border-color css
<style>
span { border-color: #70DE02; }
span { border-color: rgb(112,222,2); }
td.TdClassName
{
border-color: #70DE02;
}
.TagClassName
{
border-color: #70DE02;
}
</style>