Shades of Lawn Green #70DC22
Tints of Lawn Green #70DC22
RGB
CMYK
RGB Variations
Color information
#70DC22 (or 0x70DC22) is known color: Lawn Green. HEX triplet: 70, DC and 22. RGB value is (112,220,34). Sum of RGB (Red+Green+Blue) = 112+220+34=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DC22 is #8F23DD. Grayscale: #A7A7A7. Windows color (decimal): -9380830 or 2284656. OLE color: 2284656.
HSL color Cylindrical-coordinate representation of color #70DC22: hue angle of 94.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70DC22 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 34 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.14 |
| HSL | 94.84º | 0.73% | 0.5% | - |
| HSV(B) | 94.84º | 0.85% | 0.86% | - |
| XYZ | 32.56 | 54.75 | 10.36 | - |
| YUV | 166.5 | 53.22 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 34 | 0.49 | 0 | 0.85 | 0.14 | 94.84 | 0.73 | 0.5 |
| Hex | 70 | DC | 22 | 31 | 0 | 55 | E | 5F | 49 | 32 |
| Octal | 160 | 334 | 42 | 61 | 0 | 125 | 16 | 137 | 111 | 62 |
| Binary | 1110000 | 11011100 | 100010 | 110001 | 0 | 1010101 | 1110 | 1011111 | 1001001 | 110010 |
Color Harmonies of #70DC22
Complementary color
Monochromatic Colors of #70DC22
Black with #70DC22
Text Example
Text Example
White with #70DC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC22; }
p { color: rgb(112,220,34); }
H1.HeaderClassName
{
color: #70DC22;
}
.AnyTagClassName
{
color: #70DC22;
}
</style>
background-color css
<style>
a { background-color: #70DC22; }
a { background-color: rgb(112,220,34); }
div.DivClassName
{
background-color: #70DC22;
}
.BgClassName
{
background-color: #70DC22;
}
</style>
border-color css
<style>
span { border-color: #70DC22; }
span { border-color: rgb(112,220,34); }
td.TdClassName
{
border-color: #70DC22;
}
.TagClassName
{
border-color: #70DC22;
}
</style>