Shades of Lawn Green #70F013
Tints of Lawn Green #70F013
RGB
CMYK
RGB Variations
Color information
#70F013 (or 0x70F013) is known color: Lawn Green. HEX triplet: 70, F0 and 13. RGB value is (112,240,19). Sum of RGB (Red+Green+Blue) = 112+240+19=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 240 (94.14% from 255 or 64.69% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 240 - color contains mainly: green. Hex color #70F013 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F013 is #8F0FEC. Grayscale: #B1B1B1. Windows color (decimal): -9375725 or 1306736. OLE color: 1306736.
HSL color Cylindrical-coordinate representation of color #70F013: hue angle of 94.75º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70F013 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 19 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.06 |
| HSL | 94.75º | 0.88% | 0.51% | - |
| HSV(B) | 94.75º | 0.92% | 0.94% | - |
| XYZ | 37.96 | 65.81 | 11.32 | - |
| YUV | 176.53 | 39.09 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 19 | 0.53 | 0 | 0.92 | 0.06 | 94.75 | 0.88 | 0.51 |
| Hex | 70 | F0 | 13 | 35 | 0 | 5C | 6 | 5F | 58 | 33 |
| Octal | 160 | 360 | 23 | 65 | 0 | 134 | 6 | 137 | 130 | 63 |
| Binary | 1110000 | 11110000 | 10011 | 110101 | 0 | 1011100 | 110 | 1011111 | 1011000 | 110011 |
Color Harmonies of #70F013
Complementary color
Monochromatic Colors of #70F013
Black with #70F013
Text Example
Text Example
White with #70F013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F013; }
p { color: rgb(112,240,19); }
H1.HeaderClassName
{
color: #70F013;
}
.AnyTagClassName
{
color: #70F013;
}
</style>
background-color css
<style>
a { background-color: #70F013; }
a { background-color: rgb(112,240,19); }
div.DivClassName
{
background-color: #70F013;
}
.BgClassName
{
background-color: #70F013;
}
</style>
border-color css
<style>
span { border-color: #70F013; }
span { border-color: rgb(112,240,19); }
td.TdClassName
{
border-color: #70F013;
}
.TagClassName
{
border-color: #70F013;
}
</style>