Shades of Lima #71D221
Tints of Lima #71D221
RGB
CMYK
RGB Variations
Color information
#71D221 (or 0x71D221) is known color: Lima. HEX triplet: 71, D2 and 21. RGB value is (113,210,33). Sum of RGB (Red+Green+Blue) = 113+210+33=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #71D221 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D221 is #8E2DDE. Grayscale: #A1A1A1. Windows color (decimal): -9317855 or 2216561. OLE color: 2216561.
HSL color Cylindrical-coordinate representation of color #71D221: hue angle of 92.88º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71D221 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 33 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.18 |
| HSL | 92.88º | 0.73% | 0.48% | - |
| HSV(B) | 92.88º | 0.84% | 0.82% | - |
| XYZ | 30.13 | 49.71 | 9.45 | - |
| YUV | 160.82 | 55.86 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 33 | 0.46 | 0 | 0.84 | 0.18 | 92.88 | 0.73 | 0.48 |
| Hex | 71 | D2 | 21 | 2E | 0 | 54 | 12 | 5D | 49 | 30 |
| Octal | 161 | 322 | 41 | 56 | 0 | 124 | 22 | 135 | 111 | 60 |
| Binary | 1110001 | 11010010 | 100001 | 101110 | 0 | 1010100 | 10010 | 1011101 | 1001001 | 110000 |
Color Harmonies of #71D221
Complementary color
Monochromatic Colors of #71D221
Black with #71D221
Text Example
Text Example
White with #71D221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D221; }
p { color: rgb(113,210,33); }
H1.HeaderClassName
{
color: #71D221;
}
.AnyTagClassName
{
color: #71D221;
}
</style>
background-color css
<style>
a { background-color: #71D221; }
a { background-color: rgb(113,210,33); }
div.DivClassName
{
background-color: #71D221;
}
.BgClassName
{
background-color: #71D221;
}
</style>
border-color css
<style>
span { border-color: #71D221; }
span { border-color: rgb(113,210,33); }
td.TdClassName
{
border-color: #71D221;
}
.TagClassName
{
border-color: #71D221;
}
</style>