Shades of Lawn Green #70ED00
Tints of Lawn Green #70ED00
RGB
CMYK
RGB Variations
Color information
#70ED00 (or 0x70ED00) is known color: Lawn Green. HEX triplet: 70, ED and 00. RGB value is (112,237,0). Sum of RGB (Red+Green+Blue) = 112+237+0=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 237 (92.97% from 255 or 67.91% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70ED00 is #8F12FF. Grayscale: #ADADAD. Windows color (decimal): -9376512 or 60784. OLE color: 60784.
HSL color Cylindrical-coordinate representation of color #70ED00: hue angle of 91.65º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70ED00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.07 |
| HSL | 91.65º | 1% | 0.46% | - |
| HSV(B) | 91.65º | 1% | 0.93% | - |
| XYZ | 36.97 | 64.01 | 10.41 | - |
| YUV | 172.61 | 30.59 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 0 | 0.53 | 0 | 1 | 0.07 | 91.65 | 1 | 0.46 |
| Hex | 70 | ED | 0 | 35 | 0 | 64 | 7 | 5C | 64 | 2E |
| Octal | 160 | 355 | 0 | 65 | 0 | 144 | 7 | 134 | 144 | 56 |
| Binary | 1110000 | 11101101 | 0 | 110101 | 0 | 1100100 | 111 | 1011100 | 1100100 | 101110 |
Color Harmonies of #70ED00
Complementary color
Monochromatic Colors of #70ED00
Black with #70ED00
Text Example
Text Example
White with #70ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ED00; }
p { color: rgb(112,237,0); }
H1.HeaderClassName
{
color: #70ED00;
}
.AnyTagClassName
{
color: #70ED00;
}
</style>
background-color css
<style>
a { background-color: #70ED00; }
a { background-color: rgb(112,237,0); }
div.DivClassName
{
background-color: #70ED00;
}
.BgClassName
{
background-color: #70ED00;
}
</style>
border-color css
<style>
span { border-color: #70ED00; }
span { border-color: rgb(112,237,0); }
td.TdClassName
{
border-color: #70ED00;
}
.TagClassName
{
border-color: #70ED00;
}
</style>