Shades of Lawn Green #70E700
Tints of Lawn Green #70E700
RGB
CMYK
RGB Variations
Color information
#70E700 (or 0x70E700) is known color: Lawn Green. HEX triplet: 70, E7 and 00. RGB value is (112,231,0). Sum of RGB (Red+Green+Blue) = 112+231+0=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 231 (90.62% from 255 or 67.35% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 231 - color contains mainly: green. Hex color #70E700 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70E700 is #8F18FF. Grayscale: #A9A9A9. Windows color (decimal): -9378048 or 59248. OLE color: 59248.
HSL color Cylindrical-coordinate representation of color #70E700: hue angle of 90.91º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70E700 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.09 |
| HSL | 90.91º | 1% | 0.45% | - |
| HSV(B) | 90.91º | 1% | 0.91% | - |
| XYZ | 35.26 | 60.6 | 9.84 | - |
| YUV | 169.09 | 32.58 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 0 | 0.52 | 0 | 1 | 0.09 | 90.91 | 1 | 0.45 |
| Hex | 70 | E7 | 0 | 34 | 0 | 64 | 9 | 5B | 64 | 2D |
| Octal | 160 | 347 | 0 | 64 | 0 | 144 | 11 | 133 | 144 | 55 |
| Binary | 1110000 | 11100111 | 0 | 110100 | 0 | 1100100 | 1001 | 1011011 | 1100100 | 101101 |
Color Harmonies of #70E700
Complementary color
Monochromatic Colors of #70E700
Black with #70E700
Text Example
Text Example
White with #70E700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E700; }
p { color: rgb(112,231,0); }
H1.HeaderClassName
{
color: #70E700;
}
.AnyTagClassName
{
color: #70E700;
}
</style>
background-color css
<style>
a { background-color: #70E700; }
a { background-color: rgb(112,231,0); }
div.DivClassName
{
background-color: #70E700;
}
.BgClassName
{
background-color: #70E700;
}
</style>
border-color css
<style>
span { border-color: #70E700; }
span { border-color: rgb(112,231,0); }
td.TdClassName
{
border-color: #70E700;
}
.TagClassName
{
border-color: #70E700;
}
</style>