Shades of Lawn Green #71EC1C
Tints of Lawn Green #71EC1C
RGB
CMYK
RGB Variations
Color information
#71EC1C (or 0x71EC1C) is known color: Lawn Green. HEX triplet: 71, EC and 1C. RGB value is (113,236,28). Sum of RGB (Red+Green+Blue) = 113+236+28=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 236 (92.58% from 255 or 62.60% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 236 - color contains mainly: green. Hex color #71EC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71EC1C is #8E13E3. Grayscale: #B0B0B0. Windows color (decimal): -9311204 or 1895537. OLE color: 1895537.
HSL color Cylindrical-coordinate representation of color #71EC1C: hue angle of 95.48º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71EC1C is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 28 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.07 |
| HSL | 95.48º | 0.85% | 0.52% | - |
| HSV(B) | 95.48º | 0.88% | 0.93% | - |
| XYZ | 37.02 | 63.59 | 11.42 | - |
| YUV | 175.51 | 44.75 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 28 | 0.52 | 0 | 0.88 | 0.07 | 95.48 | 0.85 | 0.52 |
| Hex | 71 | EC | 1C | 34 | 0 | 58 | 7 | 5F | 55 | 34 |
| Octal | 161 | 354 | 34 | 64 | 0 | 130 | 7 | 137 | 125 | 64 |
| Binary | 1110001 | 11101100 | 11100 | 110100 | 0 | 1011000 | 111 | 1011111 | 1010101 | 110100 |
Color Harmonies of #71EC1C
Complementary color
Monochromatic Colors of #71EC1C
Black with #71EC1C
Text Example
Text Example
White with #71EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EC1C; }
p { color: rgb(113,236,28); }
H1.HeaderClassName
{
color: #71EC1C;
}
.AnyTagClassName
{
color: #71EC1C;
}
</style>
background-color css
<style>
a { background-color: #71EC1C; }
a { background-color: rgb(113,236,28); }
div.DivClassName
{
background-color: #71EC1C;
}
.BgClassName
{
background-color: #71EC1C;
}
</style>
border-color css
<style>
span { border-color: #71EC1C; }
span { border-color: rgb(113,236,28); }
td.TdClassName
{
border-color: #71EC1C;
}
.TagClassName
{
border-color: #71EC1C;
}
</style>