Shades of Lima #71D117
Tints of Lima #71D117
RGB
CMYK
RGB Variations
Color information
#71D117 (or 0x71D117) is known color: Lima. HEX triplet: 71, D1 and 17. RGB value is (113,209,23). Sum of RGB (Red+Green+Blue) = 113+209+23=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 209 (82.03% from 255 or 60.58% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 209 - color contains mainly: green. Hex color #71D117 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D117 is #8E2EE8. Grayscale: #9F9F9F. Windows color (decimal): -9318121 or 1560945. OLE color: 1560945.
HSL color Cylindrical-coordinate representation of color #71D117: hue angle of 90.97º degrees, saturation: 0.8, 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 #71D117 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 209 | 23 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.18 |
| HSL | 90.97º | 0.8% | 0.45% | - |
| HSV(B) | 90.97º | 0.89% | 0.82% | - |
| XYZ | 29.77 | 49.17 | 8.73 | - |
| YUV | 159.09 | 51.2 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 209 | 23 | 0.46 | 0 | 0.89 | 0.18 | 90.97 | 0.8 | 0.45 |
| Hex | 71 | D1 | 17 | 2E | 0 | 59 | 12 | 5B | 50 | 2D |
| Octal | 161 | 321 | 27 | 56 | 0 | 131 | 22 | 133 | 120 | 55 |
| Binary | 1110001 | 11010001 | 10111 | 101110 | 0 | 1011001 | 10010 | 1011011 | 1010000 | 101101 |
Color Harmonies of #71D117
Complementary color
Monochromatic Colors of #71D117
Black with #71D117
Text Example
Text Example
White with #71D117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D117; }
p { color: rgb(113,209,23); }
H1.HeaderClassName
{
color: #71D117;
}
.AnyTagClassName
{
color: #71D117;
}
</style>
background-color css
<style>
a { background-color: #71D117; }
a { background-color: rgb(113,209,23); }
div.DivClassName
{
background-color: #71D117;
}
.BgClassName
{
background-color: #71D117;
}
</style>
border-color css
<style>
span { border-color: #71D117; }
span { border-color: rgb(113,209,23); }
td.TdClassName
{
border-color: #71D117;
}
.TagClassName
{
border-color: #71D117;
}
</style>