Shades of Lawn Green #71E112
Tints of Lawn Green #71E112
RGB
CMYK
RGB Variations
Color information
#71E112 (or 0x71E112) is known color: Lawn Green. HEX triplet: 71, E1 and 12. RGB value is (113,225,18). Sum of RGB (Red+Green+Blue) = 113+225+18=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 225 (88.28% from 255 or 63.20% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 225 - color contains mainly: green. Hex color #71E112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71E112 is #8E1EED. Grayscale: #A8A8A8. Windows color (decimal): -9314030 or 1237361. OLE color: 1237361.
HSL color Cylindrical-coordinate representation of color #71E112: hue angle of 92.46º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71E112 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 18 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.12 |
| HSL | 92.46º | 0.85% | 0.48% | - |
| HSV(B) | 92.46º | 0.92% | 0.88% | - |
| XYZ | 33.84 | 57.4 | 9.87 | - |
| YUV | 167.91 | 43.39 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 18 | 0.50 | 0 | 0.92 | 0.12 | 92.46 | 0.85 | 0.48 |
| Hex | 71 | E1 | 12 | 32 | 0 | 5C | C | 5C | 55 | 30 |
| Octal | 161 | 341 | 22 | 62 | 0 | 134 | 14 | 134 | 125 | 60 |
| Binary | 1110001 | 11100001 | 10010 | 110010 | 0 | 1011100 | 1100 | 1011100 | 1010101 | 110000 |
Color Harmonies of #71E112
Complementary color
Monochromatic Colors of #71E112
Black with #71E112
Text Example
Text Example
White with #71E112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E112; }
p { color: rgb(113,225,18); }
H1.HeaderClassName
{
color: #71E112;
}
.AnyTagClassName
{
color: #71E112;
}
</style>
background-color css
<style>
a { background-color: #71E112; }
a { background-color: rgb(113,225,18); }
div.DivClassName
{
background-color: #71E112;
}
.BgClassName
{
background-color: #71E112;
}
</style>
border-color css
<style>
span { border-color: #71E112; }
span { border-color: rgb(113,225,18); }
td.TdClassName
{
border-color: #71E112;
}
.TagClassName
{
border-color: #71E112;
}
</style>