Shades of Lawn Green #70D003
Tints of Lawn Green #70D003
RGB
CMYK
RGB Variations
Color information
#70D003 (or 0x70D003) is known color: Lawn Green. HEX triplet: 70, D0 and 03. RGB value is (112,208,3). Sum of RGB (Red+Green+Blue) = 112+208+3=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 208 (81.64% from 255 or 64.40% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 208 - color contains mainly: green. Hex color #70D003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D003 is #8F2FFC. Grayscale: #9C9C9C. Windows color (decimal): -9383933 or 249968. OLE color: 249968.
HSL color Cylindrical-coordinate representation of color #70D003: hue angle of 88.1º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70D003 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 3 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.18 |
| HSL | 88.1º | 0.97% | 0.41% | - |
| HSV(B) | 88.1º | 0.99% | 0.82% | - |
| XYZ | 29.25 | 48.56 | 7.92 | - |
| YUV | 155.93 | 41.7 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 3 | 0.46 | 0 | 0.99 | 0.18 | 88.1 | 0.97 | 0.41 |
| Hex | 70 | D0 | 3 | 2E | 0 | 63 | 12 | 58 | 61 | 29 |
| Octal | 160 | 320 | 3 | 56 | 0 | 143 | 22 | 130 | 141 | 51 |
| Binary | 1110000 | 11010000 | 11 | 101110 | 0 | 1100011 | 10010 | 1011000 | 1100001 | 101001 |
Color Harmonies of #70D003
Complementary color
Monochromatic Colors of #70D003
Black with #70D003
Text Example
Text Example
White with #70D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D003; }
p { color: rgb(112,208,3); }
H1.HeaderClassName
{
color: #70D003;
}
.AnyTagClassName
{
color: #70D003;
}
</style>
background-color css
<style>
a { background-color: #70D003; }
a { background-color: rgb(112,208,3); }
div.DivClassName
{
background-color: #70D003;
}
.BgClassName
{
background-color: #70D003;
}
</style>
border-color css
<style>
span { border-color: #70D003; }
span { border-color: rgb(112,208,3); }
td.TdClassName
{
border-color: #70D003;
}
.TagClassName
{
border-color: #70D003;
}
</style>