Shades of Lawn Green #70EE14
Tints of Lawn Green #70EE14
RGB
CMYK
RGB Variations
Color information
#70EE14 (or 0x70EE14) is known color: Lawn Green. HEX triplet: 70, EE and 14. RGB value is (112,238,20). Sum of RGB (Red+Green+Blue) = 112+238+20=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 238 (93.36% from 255 or 64.32% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EE14 is #8F11EB. Grayscale: #B0B0B0. Windows color (decimal): -9376236 or 1371760. OLE color: 1371760.
HSL color Cylindrical-coordinate representation of color #70EE14: hue angle of 94.68º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70EE14 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 238 | 20 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.07 |
| HSL | 94.68º | 0.87% | 0.51% | - |
| HSV(B) | 94.68º | 0.92% | 0.93% | - |
| XYZ | 37.38 | 64.64 | 11.17 | - |
| YUV | 175.47 | 40.26 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 238 | 20 | 0.53 | 0 | 0.92 | 0.07 | 94.68 | 0.87 | 0.51 |
| Hex | 70 | EE | 14 | 35 | 0 | 5C | 7 | 5F | 57 | 33 |
| Octal | 160 | 356 | 24 | 65 | 0 | 134 | 7 | 137 | 127 | 63 |
| Binary | 1110000 | 11101110 | 10100 | 110101 | 0 | 1011100 | 111 | 1011111 | 1010111 | 110011 |
Color Harmonies of #70EE14
Complementary color
Monochromatic Colors of #70EE14
Black with #70EE14
Text Example
Text Example
White with #70EE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EE14; }
p { color: rgb(112,238,20); }
H1.HeaderClassName
{
color: #70EE14;
}
.AnyTagClassName
{
color: #70EE14;
}
</style>
background-color css
<style>
a { background-color: #70EE14; }
a { background-color: rgb(112,238,20); }
div.DivClassName
{
background-color: #70EE14;
}
.BgClassName
{
background-color: #70EE14;
}
</style>
border-color css
<style>
span { border-color: #70EE14; }
span { border-color: rgb(112,238,20); }
td.TdClassName
{
border-color: #70EE14;
}
.TagClassName
{
border-color: #70EE14;
}
</style>