Shades of Lawn Green #70D303
Tints of Lawn Green #70D303
RGB
CMYK
RGB Variations
Color information
#70D303 (or 0x70D303) is known color: Lawn Green. HEX triplet: 70, D3 and 03. RGB value is (112,211,3). Sum of RGB (Red+Green+Blue) = 112+211+3=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 211 (82.81% from 255 or 64.72% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 211 - color contains mainly: green. Hex color #70D303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D303 is #8F2CFC. Grayscale: #9E9E9E. Windows color (decimal): -9383165 or 250736. OLE color: 250736.
HSL color Cylindrical-coordinate representation of color #70D303: hue angle of 88.56º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70D303 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 3 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.17 |
| HSL | 88.56º | 0.97% | 0.42% | - |
| HSV(B) | 88.56º | 0.99% | 0.83% | - |
| XYZ | 29.99 | 50.04 | 8.16 | - |
| YUV | 157.69 | 40.7 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 3 | 0.47 | 0 | 0.99 | 0.17 | 88.56 | 0.97 | 0.42 |
| Hex | 70 | D3 | 3 | 2F | 0 | 63 | 11 | 59 | 61 | 2A |
| Octal | 160 | 323 | 3 | 57 | 0 | 143 | 21 | 131 | 141 | 52 |
| Binary | 1110000 | 11010011 | 11 | 101111 | 0 | 1100011 | 10001 | 1011001 | 1100001 | 101010 |
Color Harmonies of #70D303
Complementary color
Monochromatic Colors of #70D303
Black with #70D303
Text Example
Text Example
White with #70D303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D303; }
p { color: rgb(112,211,3); }
H1.HeaderClassName
{
color: #70D303;
}
.AnyTagClassName
{
color: #70D303;
}
</style>
background-color css
<style>
a { background-color: #70D303; }
a { background-color: rgb(112,211,3); }
div.DivClassName
{
background-color: #70D303;
}
.BgClassName
{
background-color: #70D303;
}
</style>
border-color css
<style>
span { border-color: #70D303; }
span { border-color: rgb(112,211,3); }
td.TdClassName
{
border-color: #70D303;
}
.TagClassName
{
border-color: #70D303;
}
</style>