Shades of Lawn Green #71E014
Tints of Lawn Green #71E014
RGB
CMYK
RGB Variations
Color information
#71E014 (or 0x71E014) is known color: Lawn Green. HEX triplet: 71, E0 and 14. RGB value is (113,224,20). Sum of RGB (Red+Green+Blue) = 113+224+20=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 224 (87.89% from 255 or 62.75% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 224 - color contains mainly: green. Hex color #71E014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71E014 is #8E1FEB. Grayscale: #A8A8A8. Windows color (decimal): -9314284 or 1368177. OLE color: 1368177.
HSL color Cylindrical-coordinate representation of color #71E014: hue angle of 92.65º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71E014 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 224 | 20 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.12 |
| HSL | 92.65º | 0.84% | 0.48% | - |
| HSV(B) | 92.65º | 0.91% | 0.88% | - |
| XYZ | 33.59 | 56.87 | 9.87 | - |
| YUV | 167.56 | 44.73 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 224 | 20 | 0.50 | 0 | 0.91 | 0.12 | 92.65 | 0.84 | 0.48 |
| Hex | 71 | E0 | 14 | 32 | 0 | 5B | C | 5D | 54 | 30 |
| Octal | 161 | 340 | 24 | 62 | 0 | 133 | 14 | 135 | 124 | 60 |
| Binary | 1110001 | 11100000 | 10100 | 110010 | 0 | 1011011 | 1100 | 1011101 | 1010100 | 110000 |
Color Harmonies of #71E014
Complementary color
Monochromatic Colors of #71E014
Black with #71E014
Text Example
Text Example
White with #71E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E014; }
p { color: rgb(113,224,20); }
H1.HeaderClassName
{
color: #71E014;
}
.AnyTagClassName
{
color: #71E014;
}
</style>
background-color css
<style>
a { background-color: #71E014; }
a { background-color: rgb(113,224,20); }
div.DivClassName
{
background-color: #71E014;
}
.BgClassName
{
background-color: #71E014;
}
</style>
border-color css
<style>
span { border-color: #71E014; }
span { border-color: rgb(113,224,20); }
td.TdClassName
{
border-color: #71E014;
}
.TagClassName
{
border-color: #71E014;
}
</style>