Shades of Lawn Green #70F204
Tints of Lawn Green #70F204
RGB
CMYK
RGB Variations
Color information
#70F204 (or 0x70F204) is known color: Lawn Green. HEX triplet: 70, F2 and 04. RGB value is (112,242,4). Sum of RGB (Red+Green+Blue) = 112+242+4=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #70F204 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F204 is #8F0DFB. Grayscale: #B0B0B0. Windows color (decimal): -9375228 or 324208. OLE color: 324208.
HSL color Cylindrical-coordinate representation of color #70F204: hue angle of 92.77º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70F204 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 4 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.05 |
| HSL | 92.77º | 0.97% | 0.48% | - |
| HSV(B) | 92.77º | 0.98% | 0.95% | - |
| XYZ | 38.46 | 66.96 | 11.01 | - |
| YUV | 176 | 30.93 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 4 | 0.54 | 0 | 0.98 | 0.05 | 92.77 | 0.97 | 0.48 |
| Hex | 70 | F2 | 4 | 36 | 0 | 62 | 5 | 5D | 61 | 30 |
| Octal | 160 | 362 | 4 | 66 | 0 | 142 | 5 | 135 | 141 | 60 |
| Binary | 1110000 | 11110010 | 100 | 110110 | 0 | 1100010 | 101 | 1011101 | 1100001 | 110000 |
Color Harmonies of #70F204
Complementary color
Monochromatic Colors of #70F204
Black with #70F204
Text Example
Text Example
White with #70F204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F204; }
p { color: rgb(112,242,4); }
H1.HeaderClassName
{
color: #70F204;
}
.AnyTagClassName
{
color: #70F204;
}
</style>
background-color css
<style>
a { background-color: #70F204; }
a { background-color: rgb(112,242,4); }
div.DivClassName
{
background-color: #70F204;
}
.BgClassName
{
background-color: #70F204;
}
</style>
border-color css
<style>
span { border-color: #70F204; }
span { border-color: rgb(112,242,4); }
td.TdClassName
{
border-color: #70F204;
}
.TagClassName
{
border-color: #70F204;
}
</style>