Shades of Lima #71AD2F
Tints of Lima #71AD2F
RGB
CMYK
RGB Variations
Color information
#71AD2F (or 0x71AD2F) is known color: Lima. HEX triplet: 71, AD and 2F. RGB value is (113,173,47). Sum of RGB (Red+Green+Blue) = 113+173+47=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD2F is #8E52D0. Grayscale: #8D8D8D. Windows color (decimal): -9327313 or 3124593. OLE color: 3124593.
HSL color Cylindrical-coordinate representation of color #71AD2F: hue angle of 88.57º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71AD2F is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 173 | 47 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.32 |
| HSL | 88.57º | 0.57% | 0.43% | - |
| HSV(B) | 88.57º | 0.73% | 0.68% | - |
| XYZ | 22.27 | 33.6 | 8 | - |
| YUV | 140.7 | 75.12 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 47 | 0.35 | 0 | 0.73 | 0.32 | 88.57 | 0.57 | 0.43 |
| Hex | 71 | AD | 2F | 23 | 0 | 49 | 20 | 59 | 39 | 2B |
| Octal | 161 | 255 | 57 | 43 | 0 | 111 | 40 | 131 | 71 | 53 |
| Binary | 1110001 | 10101101 | 101111 | 100011 | 0 | 1001001 | 100000 | 1011001 | 111001 | 101011 |
Color Harmonies of #71AD2F
Complementary color
Monochromatic Colors of #71AD2F
Black with #71AD2F
Text Example
Text Example
White with #71AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AD2F; }
p { color: rgb(113,173,47); }
H1.HeaderClassName
{
color: #71AD2F;
}
.AnyTagClassName
{
color: #71AD2F;
}
</style>
background-color css
<style>
a { background-color: #71AD2F; }
a { background-color: rgb(113,173,47); }
div.DivClassName
{
background-color: #71AD2F;
}
.BgClassName
{
background-color: #71AD2F;
}
</style>
border-color css
<style>
span { border-color: #71AD2F; }
span { border-color: rgb(113,173,47); }
td.TdClassName
{
border-color: #71AD2F;
}
.TagClassName
{
border-color: #71AD2F;
}
</style>