Shades of Lawn Green #71EF1A
Tints of Lawn Green #71EF1A
RGB
CMYK
RGB Variations
Color information
#71EF1A (or 0x71EF1A) is known color: Lawn Green. HEX triplet: 71, EF and 1A. RGB value is (113,239,26). Sum of RGB (Red+Green+Blue) = 113+239+26=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 239 (93.75% from 255 or 63.23% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 239 - color contains mainly: green. Hex color #71EF1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71EF1A is #8E10E5. Grayscale: #B1B1B1. Windows color (decimal): -9310438 or 1765233. OLE color: 1765233.
HSL color Cylindrical-coordinate representation of color #71EF1A: hue angle of 95.49º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71EF1A is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 239 | 26 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.06 |
| HSL | 95.49º | 0.87% | 0.52% | - |
| HSV(B) | 95.49º | 0.89% | 0.94% | - |
| XYZ | 37.86 | 65.32 | 11.59 | - |
| YUV | 177.04 | 42.76 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 26 | 0.53 | 0 | 0.89 | 0.06 | 95.49 | 0.87 | 0.52 |
| Hex | 71 | EF | 1A | 35 | 0 | 59 | 6 | 5F | 57 | 34 |
| Octal | 161 | 357 | 32 | 65 | 0 | 131 | 6 | 137 | 127 | 64 |
| Binary | 1110001 | 11101111 | 11010 | 110101 | 0 | 1011001 | 110 | 1011111 | 1010111 | 110100 |
Color Harmonies of #71EF1A
Complementary color
Monochromatic Colors of #71EF1A
Black with #71EF1A
Text Example
Text Example
White with #71EF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EF1A; }
p { color: rgb(113,239,26); }
H1.HeaderClassName
{
color: #71EF1A;
}
.AnyTagClassName
{
color: #71EF1A;
}
</style>
background-color css
<style>
a { background-color: #71EF1A; }
a { background-color: rgb(113,239,26); }
div.DivClassName
{
background-color: #71EF1A;
}
.BgClassName
{
background-color: #71EF1A;
}
</style>
border-color css
<style>
span { border-color: #71EF1A; }
span { border-color: rgb(113,239,26); }
td.TdClassName
{
border-color: #71EF1A;
}
.TagClassName
{
border-color: #71EF1A;
}
</style>