Shades of Lawn Green #70F003
Tints of Lawn Green #70F003
RGB
CMYK
RGB Variations
Color information
#70F003 (or 0x70F003) is known color: Lawn Green. HEX triplet: 70, F0 and 03. RGB value is (112,240,3). Sum of RGB (Red+Green+Blue) = 112+240+3=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 240 (94.14% from 255 or 67.61% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 240 - color contains mainly: green. Hex color #70F003 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F003 is #8F0FFC. Grayscale: #AFAFAF. Windows color (decimal): -9375741 or 258160. OLE color: 258160.
HSL color Cylindrical-coordinate representation of color #70F003: hue angle of 92.41º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70F003 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 3 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.06 |
| HSL | 92.41º | 0.98% | 0.48% | - |
| HSV(B) | 92.41º | 0.99% | 0.94% | - |
| XYZ | 37.86 | 65.77 | 10.79 | - |
| YUV | 174.71 | 31.09 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 3 | 0.53 | 0 | 0.99 | 0.06 | 92.41 | 0.98 | 0.48 |
| Hex | 70 | F0 | 3 | 35 | 0 | 63 | 6 | 5C | 62 | 30 |
| Octal | 160 | 360 | 3 | 65 | 0 | 143 | 6 | 134 | 142 | 60 |
| Binary | 1110000 | 11110000 | 11 | 110101 | 0 | 1100011 | 110 | 1011100 | 1100010 | 110000 |
Color Harmonies of #70F003
Complementary color
Monochromatic Colors of #70F003
Black with #70F003
Text Example
Text Example
White with #70F003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F003; }
p { color: rgb(112,240,3); }
H1.HeaderClassName
{
color: #70F003;
}
.AnyTagClassName
{
color: #70F003;
}
</style>
background-color css
<style>
a { background-color: #70F003; }
a { background-color: rgb(112,240,3); }
div.DivClassName
{
background-color: #70F003;
}
.BgClassName
{
background-color: #70F003;
}
</style>
border-color css
<style>
span { border-color: #70F003; }
span { border-color: rgb(112,240,3); }
td.TdClassName
{
border-color: #70F003;
}
.TagClassName
{
border-color: #70F003;
}
</style>