Shades of Lima #71D116
Tints of Lima #71D116
RGB
CMYK
RGB Variations
Color information
#71D116 (or 0x71D116) is known color: Lima. HEX triplet: 71, D1 and 16. RGB value is (113,209,22). Sum of RGB (Red+Green+Blue) = 113+209+22=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 209 (82.03% from 255 or 60.76% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 209 - color contains mainly: green. Hex color #71D116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D116 is #8E2EE9. Grayscale: #9F9F9F. Windows color (decimal): -9318122 or 1495409. OLE color: 1495409.
HSL color Cylindrical-coordinate representation of color #71D116: hue angle of 90.8º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71D116 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 209 | 22 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.18 |
| HSL | 90.8º | 0.81% | 0.45% | - |
| HSV(B) | 90.8º | 0.89% | 0.82% | - |
| XYZ | 29.76 | 49.17 | 8.68 | - |
| YUV | 158.98 | 50.7 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 209 | 22 | 0.46 | 0 | 0.89 | 0.18 | 90.8 | 0.81 | 0.45 |
| Hex | 71 | D1 | 16 | 2E | 0 | 59 | 12 | 5B | 51 | 2D |
| Octal | 161 | 321 | 26 | 56 | 0 | 131 | 22 | 133 | 121 | 55 |
| Binary | 1110001 | 11010001 | 10110 | 101110 | 0 | 1011001 | 10010 | 1011011 | 1010001 | 101101 |
Color Harmonies of #71D116
Complementary color
Monochromatic Colors of #71D116
Black with #71D116
Text Example
Text Example
White with #71D116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D116; }
p { color: rgb(113,209,22); }
H1.HeaderClassName
{
color: #71D116;
}
.AnyTagClassName
{
color: #71D116;
}
</style>
background-color css
<style>
a { background-color: #71D116; }
a { background-color: rgb(113,209,22); }
div.DivClassName
{
background-color: #71D116;
}
.BgClassName
{
background-color: #71D116;
}
</style>
border-color css
<style>
span { border-color: #71D116; }
span { border-color: rgb(113,209,22); }
td.TdClassName
{
border-color: #71D116;
}
.TagClassName
{
border-color: #71D116;
}
</style>