Shades of Lawn Green #70EA1C
Tints of Lawn Green #70EA1C
RGB
CMYK
RGB Variations
Color information
#70EA1C (or 0x70EA1C) is known color: Lawn Green. HEX triplet: 70, EA and 1C. RGB value is (112,234,28). Sum of RGB (Red+Green+Blue) = 112+234+28=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 234 (91.80% from 255 or 62.57% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EA1C is #8F15E3. Grayscale: #AEAEAE. Windows color (decimal): -9377252 or 1895024. OLE color: 1895024.
HSL color Cylindrical-coordinate representation of color #70EA1C: hue angle of 95.53º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70EA1C is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 234 | 28 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.08 |
| HSL | 95.53º | 0.83% | 0.51% | - |
| HSV(B) | 95.53º | 0.88% | 0.92% | - |
| XYZ | 36.31 | 62.37 | 11.22 | - |
| YUV | 174.04 | 45.58 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 28 | 0.52 | 0 | 0.88 | 0.08 | 95.53 | 0.83 | 0.51 |
| Hex | 70 | EA | 1C | 34 | 0 | 58 | 8 | 60 | 53 | 33 |
| Octal | 160 | 352 | 34 | 64 | 0 | 130 | 10 | 140 | 123 | 63 |
| Binary | 1110000 | 11101010 | 11100 | 110100 | 0 | 1011000 | 1000 | 1100000 | 1010011 | 110011 |
Color Harmonies of #70EA1C
Complementary color
Monochromatic Colors of #70EA1C
Black with #70EA1C
Text Example
Text Example
White with #70EA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EA1C; }
p { color: rgb(112,234,28); }
H1.HeaderClassName
{
color: #70EA1C;
}
.AnyTagClassName
{
color: #70EA1C;
}
</style>
background-color css
<style>
a { background-color: #70EA1C; }
a { background-color: rgb(112,234,28); }
div.DivClassName
{
background-color: #70EA1C;
}
.BgClassName
{
background-color: #70EA1C;
}
</style>
border-color css
<style>
span { border-color: #70EA1C; }
span { border-color: rgb(112,234,28); }
td.TdClassName
{
border-color: #70EA1C;
}
.TagClassName
{
border-color: #70EA1C;
}
</style>