Shades of Lawn Green #70E125
Tints of Lawn Green #70E125
RGB
CMYK
RGB Variations
Color information
#70E125 (or 0x70E125) is known color: Lawn Green. HEX triplet: 70, E1 and 25. RGB value is (112,225,37). Sum of RGB (Red+Green+Blue) = 112+225+37=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 225 (88.28% from 255 or 60.16% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 225 - color contains mainly: green. Hex color #70E125 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E125 is #8F1EDA. Grayscale: #AAAAAA. Windows color (decimal): -9379547 or 2482544. OLE color: 2482544.
HSL color Cylindrical-coordinate representation of color #70E125: hue angle of 96.06º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70E125 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 225 | 37 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.12 |
| HSL | 96.06º | 0.76% | 0.51% | - |
| HSV(B) | 96.06º | 0.84% | 0.88% | - |
| XYZ | 33.94 | 57.43 | 11.05 | - |
| YUV | 169.78 | 53.06 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 225 | 37 | 0.50 | 0 | 0.84 | 0.12 | 96.06 | 0.76 | 0.51 |
| Hex | 70 | E1 | 25 | 32 | 0 | 54 | C | 60 | 4C | 33 |
| Octal | 160 | 341 | 45 | 62 | 0 | 124 | 14 | 140 | 114 | 63 |
| Binary | 1110000 | 11100001 | 100101 | 110010 | 0 | 1010100 | 1100 | 1100000 | 1001100 | 110011 |
Color Harmonies of #70E125
Complementary color
Monochromatic Colors of #70E125
Black with #70E125
Text Example
Text Example
White with #70E125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E125; }
p { color: rgb(112,225,37); }
H1.HeaderClassName
{
color: #70E125;
}
.AnyTagClassName
{
color: #70E125;
}
</style>
background-color css
<style>
a { background-color: #70E125; }
a { background-color: rgb(112,225,37); }
div.DivClassName
{
background-color: #70E125;
}
.BgClassName
{
background-color: #70E125;
}
</style>
border-color css
<style>
span { border-color: #70E125; }
span { border-color: rgb(112,225,37); }
td.TdClassName
{
border-color: #70E125;
}
.TagClassName
{
border-color: #70E125;
}
</style>