Shades of Lawn Green #70E317
Tints of Lawn Green #70E317
RGB
CMYK
RGB Variations
Color information
#70E317 (or 0x70E317) is known color: Lawn Green. HEX triplet: 70, E3 and 17. RGB value is (112,227,23). Sum of RGB (Red+Green+Blue) = 112+227+23=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 227 (89.06% from 255 or 62.71% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 227 - color contains mainly: green. Hex color #70E317 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E317 is #8F1CE8. Grayscale: #AAAAAA. Windows color (decimal): -9379049 or 1565552. OLE color: 1565552.
HSL color Cylindrical-coordinate representation of color #70E317: hue angle of 93.82º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70E317 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 23 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.11 |
| HSL | 93.82º | 0.82% | 0.49% | - |
| HSV(B) | 93.82º | 0.9% | 0.89% | - |
| XYZ | 34.31 | 58.44 | 10.28 | - |
| YUV | 169.36 | 45.4 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 23 | 0.51 | 0 | 0.90 | 0.11 | 93.82 | 0.82 | 0.49 |
| Hex | 70 | E3 | 17 | 33 | 0 | 5A | B | 5E | 52 | 31 |
| Octal | 160 | 343 | 27 | 63 | 0 | 132 | 13 | 136 | 122 | 61 |
| Binary | 1110000 | 11100011 | 10111 | 110011 | 0 | 1011010 | 1011 | 1011110 | 1010010 | 110001 |
Color Harmonies of #70E317
Complementary color
Monochromatic Colors of #70E317
Black with #70E317
Text Example
Text Example
White with #70E317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E317; }
p { color: rgb(112,227,23); }
H1.HeaderClassName
{
color: #70E317;
}
.AnyTagClassName
{
color: #70E317;
}
</style>
background-color css
<style>
a { background-color: #70E317; }
a { background-color: rgb(112,227,23); }
div.DivClassName
{
background-color: #70E317;
}
.BgClassName
{
background-color: #70E317;
}
</style>
border-color css
<style>
span { border-color: #70E317; }
span { border-color: rgb(112,227,23); }
td.TdClassName
{
border-color: #70E317;
}
.TagClassName
{
border-color: #70E317;
}
</style>