Shades of Lawn Green #70DB03
Tints of Lawn Green #70DB03
RGB
CMYK
RGB Variations
Color information
#70DB03 (or 0x70DB03) is known color: Lawn Green. HEX triplet: 70, DB and 03. RGB value is (112,219,3). Sum of RGB (Red+Green+Blue) = 112+219+3=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DB03 is #8F24FC. Grayscale: #A3A3A3. Windows color (decimal): -9381117 or 252784. OLE color: 252784.
HSL color Cylindrical-coordinate representation of color #70DB03: hue angle of 89.72º degrees, saturation: 0.97, 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 #70DB03 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 3 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.14 |
| HSL | 89.72º | 0.97% | 0.44% | - |
| HSV(B) | 89.72º | 0.99% | 0.86% | - |
| XYZ | 32.03 | 54.11 | 8.84 | - |
| YUV | 162.38 | 38.05 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 3 | 0.49 | 0 | 0.99 | 0.14 | 89.72 | 0.97 | 0.44 |
| Hex | 70 | DB | 3 | 31 | 0 | 63 | E | 5A | 61 | 2C |
| Octal | 160 | 333 | 3 | 61 | 0 | 143 | 16 | 132 | 141 | 54 |
| Binary | 1110000 | 11011011 | 11 | 110001 | 0 | 1100011 | 1110 | 1011010 | 1100001 | 101100 |
Color Harmonies of #70DB03
Complementary color
Monochromatic Colors of #70DB03
Black with #70DB03
Text Example
Text Example
White with #70DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB03; }
p { color: rgb(112,219,3); }
H1.HeaderClassName
{
color: #70DB03;
}
.AnyTagClassName
{
color: #70DB03;
}
</style>
background-color css
<style>
a { background-color: #70DB03; }
a { background-color: rgb(112,219,3); }
div.DivClassName
{
background-color: #70DB03;
}
.BgClassName
{
background-color: #70DB03;
}
</style>
border-color css
<style>
span { border-color: #70DB03; }
span { border-color: rgb(112,219,3); }
td.TdClassName
{
border-color: #70DB03;
}
.TagClassName
{
border-color: #70DB03;
}
</style>