Shades of Lawn Green #70DF02
Tints of Lawn Green #70DF02
RGB
CMYK
RGB Variations
Color information
#70DF02 (or 0x70DF02) is known color: Lawn Green. HEX triplet: 70, DF and 02. RGB value is (112,223,2). Sum of RGB (Red+Green+Blue) = 112+223+2=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 223 (87.5% from 255 or 66.17% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DF02 is #8F20FD. Grayscale: #A5A5A5. Windows color (decimal): -9380094 or 188272. OLE color: 188272.
HSL color Cylindrical-coordinate representation of color #70DF02: hue angle of 90.14º 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 #70DF02 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 2 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.13 |
| HSL | 90.14º | 0.98% | 0.44% | - |
| HSV(B) | 90.14º | 0.99% | 0.87% | - |
| XYZ | 33.08 | 56.22 | 9.17 | - |
| YUV | 164.62 | 36.23 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 2 | 0.50 | 0 | 0.99 | 0.13 | 90.14 | 0.98 | 0.44 |
| Hex | 70 | DF | 2 | 32 | 0 | 63 | D | 5A | 62 | 2C |
| Octal | 160 | 337 | 2 | 62 | 0 | 143 | 15 | 132 | 142 | 54 |
| Binary | 1110000 | 11011111 | 10 | 110010 | 0 | 1100011 | 1101 | 1011010 | 1100010 | 101100 |
Color Harmonies of #70DF02
Complementary color
Monochromatic Colors of #70DF02
Black with #70DF02
Text Example
Text Example
White with #70DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF02; }
p { color: rgb(112,223,2); }
H1.HeaderClassName
{
color: #70DF02;
}
.AnyTagClassName
{
color: #70DF02;
}
</style>
background-color css
<style>
a { background-color: #70DF02; }
a { background-color: rgb(112,223,2); }
div.DivClassName
{
background-color: #70DF02;
}
.BgClassName
{
background-color: #70DF02;
}
</style>
border-color css
<style>
span { border-color: #70DF02; }
span { border-color: rgb(112,223,2); }
td.TdClassName
{
border-color: #70DF02;
}
.TagClassName
{
border-color: #70DF02;
}
</style>