Shades of Lawn Green #71EC21
Tints of Lawn Green #71EC21
RGB
CMYK
RGB Variations
Color information
#71EC21 (or 0x71EC21) is known color: Lawn Green. HEX triplet: 71, EC and 21. RGB value is (113,236,33). Sum of RGB (Red+Green+Blue) = 113+236+33=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 236 (92.58% from 255 or 61.78% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 236 - color contains mainly: green. Hex color #71EC21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71EC21 is #8E13DE. Grayscale: #B0B0B0. Windows color (decimal): -9311199 or 2223217. OLE color: 2223217.
HSL color Cylindrical-coordinate representation of color #71EC21: hue angle of 96.35º 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 #71EC21 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 33 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.07 |
| HSL | 96.35º | 0.84% | 0.53% | - |
| HSV(B) | 96.35º | 0.86% | 0.93% | - |
| XYZ | 37.08 | 63.61 | 11.76 | - |
| YUV | 176.08 | 47.25 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 33 | 0.52 | 0 | 0.86 | 0.07 | 96.35 | 0.84 | 0.53 |
| Hex | 71 | EC | 21 | 34 | 0 | 56 | 7 | 60 | 54 | 35 |
| Octal | 161 | 354 | 41 | 64 | 0 | 126 | 7 | 140 | 124 | 65 |
| Binary | 1110001 | 11101100 | 100001 | 110100 | 0 | 1010110 | 111 | 1100000 | 1010100 | 110101 |
Color Harmonies of #71EC21
Complementary color
Monochromatic Colors of #71EC21
Black with #71EC21
Text Example
Text Example
White with #71EC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EC21; }
p { color: rgb(113,236,33); }
H1.HeaderClassName
{
color: #71EC21;
}
.AnyTagClassName
{
color: #71EC21;
}
</style>
background-color css
<style>
a { background-color: #71EC21; }
a { background-color: rgb(113,236,33); }
div.DivClassName
{
background-color: #71EC21;
}
.BgClassName
{
background-color: #71EC21;
}
</style>
border-color css
<style>
span { border-color: #71EC21; }
span { border-color: rgb(113,236,33); }
td.TdClassName
{
border-color: #71EC21;
}
.TagClassName
{
border-color: #71EC21;
}
</style>