Shades of Lawn Green #70D703
Tints of Lawn Green #70D703
RGB
CMYK
RGB Variations
Color information
#70D703 (or 0x70D703) is known color: Lawn Green. HEX triplet: 70, D7 and 03. RGB value is (112,215,3). Sum of RGB (Red+Green+Blue) = 112+215+3=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 215 (84.38% from 255 or 65.15% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 215 - color contains mainly: green. Hex color #70D703 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D703 is #8F28FC. Grayscale: #A0A0A0. Windows color (decimal): -9382141 or 251760. OLE color: 251760.
HSL color Cylindrical-coordinate representation of color #70D703: hue angle of 89.15º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70D703 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 215 | 3 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.16 |
| HSL | 89.15º | 0.97% | 0.43% | - |
| HSV(B) | 89.15º | 0.99% | 0.84% | - |
| XYZ | 31 | 52.05 | 8.5 | - |
| YUV | 160.04 | 39.38 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 215 | 3 | 0.48 | 0 | 0.99 | 0.16 | 89.15 | 0.97 | 0.43 |
| Hex | 70 | D7 | 3 | 30 | 0 | 63 | 10 | 59 | 61 | 2B |
| Octal | 160 | 327 | 3 | 60 | 0 | 143 | 20 | 131 | 141 | 53 |
| Binary | 1110000 | 11010111 | 11 | 110000 | 0 | 1100011 | 10000 | 1011001 | 1100001 | 101011 |
Color Harmonies of #70D703
Complementary color
Monochromatic Colors of #70D703
Black with #70D703
Text Example
Text Example
White with #70D703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D703; }
p { color: rgb(112,215,3); }
H1.HeaderClassName
{
color: #70D703;
}
.AnyTagClassName
{
color: #70D703;
}
</style>
background-color css
<style>
a { background-color: #70D703; }
a { background-color: rgb(112,215,3); }
div.DivClassName
{
background-color: #70D703;
}
.BgClassName
{
background-color: #70D703;
}
</style>
border-color css
<style>
span { border-color: #70D703; }
span { border-color: rgb(112,215,3); }
td.TdClassName
{
border-color: #70D703;
}
.TagClassName
{
border-color: #70D703;
}
</style>