Shades of Lawn Green #70DC07
Tints of Lawn Green #70DC07
RGB
CMYK
RGB Variations
Color information
#70DC07 (or 0x70DC07) is known color: Lawn Green. HEX triplet: 70, DC and 07. RGB value is (112,220,7). Sum of RGB (Red+Green+Blue) = 112+220+7=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DC07 is #8F23F8. Grayscale: #A4A4A4. Windows color (decimal): -9380857 or 515184. OLE color: 515184.
HSL color Cylindrical-coordinate representation of color #70DC07: hue angle of 90.42º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70DC07 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 7 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.14 |
| HSL | 90.42º | 0.94% | 0.45% | - |
| HSV(B) | 90.42º | 0.97% | 0.86% | - |
| XYZ | 32.31 | 54.65 | 9.05 | - |
| YUV | 163.43 | 39.72 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 7 | 0.49 | 0 | 0.97 | 0.14 | 90.42 | 0.94 | 0.45 |
| Hex | 70 | DC | 7 | 31 | 0 | 61 | E | 5A | 5E | 2D |
| Octal | 160 | 334 | 7 | 61 | 0 | 141 | 16 | 132 | 136 | 55 |
| Binary | 1110000 | 11011100 | 111 | 110001 | 0 | 1100001 | 1110 | 1011010 | 1011110 | 101101 |
Color Harmonies of #70DC07
Complementary color
Monochromatic Colors of #70DC07
Black with #70DC07
Text Example
Text Example
White with #70DC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC07; }
p { color: rgb(112,220,7); }
H1.HeaderClassName
{
color: #70DC07;
}
.AnyTagClassName
{
color: #70DC07;
}
</style>
background-color css
<style>
a { background-color: #70DC07; }
a { background-color: rgb(112,220,7); }
div.DivClassName
{
background-color: #70DC07;
}
.BgClassName
{
background-color: #70DC07;
}
</style>
border-color css
<style>
span { border-color: #70DC07; }
span { border-color: rgb(112,220,7); }
td.TdClassName
{
border-color: #70DC07;
}
.TagClassName
{
border-color: #70DC07;
}
</style>