Shades of Lima #71D516
Tints of Lima #71D516
RGB
CMYK
RGB Variations
Color information
#71D516 (or 0x71D516) is known color: Lima. HEX triplet: 71, D5 and 16. RGB value is (113,213,22). Sum of RGB (Red+Green+Blue) = 113+213+22=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 213 (83.59% from 255 or 61.21% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 213 - color contains mainly: green. Hex color #71D516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D516 is #8E2AE9. Grayscale: #A1A1A1. Windows color (decimal): -9317098 or 1496433. OLE color: 1496433.
HSL color Cylindrical-coordinate representation of color #71D516: hue angle of 91.41º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71D516 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 213 | 22 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.16 |
| HSL | 91.41º | 0.81% | 0.46% | - |
| HSV(B) | 91.41º | 0.9% | 0.84% | - |
| XYZ | 30.75 | 51.16 | 9.01 | - |
| YUV | 161.33 | 49.37 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 213 | 22 | 0.47 | 0 | 0.90 | 0.16 | 91.41 | 0.81 | 0.46 |
| Hex | 71 | D5 | 16 | 2F | 0 | 5A | 10 | 5B | 51 | 2E |
| Octal | 161 | 325 | 26 | 57 | 0 | 132 | 20 | 133 | 121 | 56 |
| Binary | 1110001 | 11010101 | 10110 | 101111 | 0 | 1011010 | 10000 | 1011011 | 1010001 | 101110 |
Color Harmonies of #71D516
Complementary color
Monochromatic Colors of #71D516
Black with #71D516
Text Example
Text Example
White with #71D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D516; }
p { color: rgb(113,213,22); }
H1.HeaderClassName
{
color: #71D516;
}
.AnyTagClassName
{
color: #71D516;
}
</style>
background-color css
<style>
a { background-color: #71D516; }
a { background-color: rgb(113,213,22); }
div.DivClassName
{
background-color: #71D516;
}
.BgClassName
{
background-color: #71D516;
}
</style>
border-color css
<style>
span { border-color: #71D516; }
span { border-color: rgb(113,213,22); }
td.TdClassName
{
border-color: #71D516;
}
.TagClassName
{
border-color: #71D516;
}
</style>