Shades of Lawn Green #71EC20
Tints of Lawn Green #71EC20
RGB
CMYK
RGB Variations
Color information
#71EC20 (or 0x71EC20) is known color: Lawn Green. HEX triplet: 71, EC and 20. RGB value is (113,236,32). Sum of RGB (Red+Green+Blue) = 113+236+32=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 236 (92.58% from 255 or 61.94% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 236 - color contains mainly: green. Hex color #71EC20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71EC20 is #8E13DF. Grayscale: #B0B0B0. Windows color (decimal): -9311200 or 2157681. OLE color: 2157681.
HSL color Cylindrical-coordinate representation of color #71EC20: hue angle of 96.18º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71EC20 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 32 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.07 |
| HSL | 96.18º | 0.84% | 0.53% | - |
| HSV(B) | 96.18º | 0.86% | 0.93% | - |
| XYZ | 37.07 | 63.61 | 11.69 | - |
| YUV | 175.97 | 46.75 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 32 | 0.52 | 0 | 0.86 | 0.07 | 96.18 | 0.84 | 0.53 |
| Hex | 71 | EC | 20 | 34 | 0 | 56 | 7 | 60 | 54 | 35 |
| Octal | 161 | 354 | 40 | 64 | 0 | 126 | 7 | 140 | 124 | 65 |
| Binary | 1110001 | 11101100 | 100000 | 110100 | 0 | 1010110 | 111 | 1100000 | 1010100 | 110101 |
Color Harmonies of #71EC20
Complementary color
Monochromatic Colors of #71EC20
Black with #71EC20
Text Example
Text Example
White with #71EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EC20; }
p { color: rgb(113,236,32); }
H1.HeaderClassName
{
color: #71EC20;
}
.AnyTagClassName
{
color: #71EC20;
}
</style>
background-color css
<style>
a { background-color: #71EC20; }
a { background-color: rgb(113,236,32); }
div.DivClassName
{
background-color: #71EC20;
}
.BgClassName
{
background-color: #71EC20;
}
</style>
border-color css
<style>
span { border-color: #71EC20; }
span { border-color: rgb(113,236,32); }
td.TdClassName
{
border-color: #71EC20;
}
.TagClassName
{
border-color: #71EC20;
}
</style>