Shades of Lima #71B82D
Tints of Lima #71B82D
RGB
CMYK
RGB Variations
Color information
#71B82D (or 0x71B82D) is known color: Lima. HEX triplet: 71, B8 and 2D. RGB value is (113,184,45). Sum of RGB (Red+Green+Blue) = 113+184+45=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #71B82D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B82D is #8E47D2. Grayscale: #939393. Windows color (decimal): -9324499 or 2996337. OLE color: 2996337.
HSL color Cylindrical-coordinate representation of color #71B82D: hue angle of 90.65º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71B82D is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 184 | 45 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.28 |
| HSL | 90.65º | 0.61% | 0.45% | - |
| HSV(B) | 90.65º | 0.76% | 0.72% | - |
| XYZ | 24.42 | 37.98 | 8.53 | - |
| YUV | 146.93 | 70.48 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 45 | 0.39 | 0 | 0.76 | 0.28 | 90.65 | 0.61 | 0.45 |
| Hex | 71 | B8 | 2D | 27 | 0 | 4C | 1C | 5B | 3D | 2D |
| Octal | 161 | 270 | 55 | 47 | 0 | 114 | 34 | 133 | 75 | 55 |
| Binary | 1110001 | 10111000 | 101101 | 100111 | 0 | 1001100 | 11100 | 1011011 | 111101 | 101101 |
Color Harmonies of #71B82D
Complementary color
Monochromatic Colors of #71B82D
Black with #71B82D
Text Example
Text Example
White with #71B82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B82D; }
p { color: rgb(113,184,45); }
H1.HeaderClassName
{
color: #71B82D;
}
.AnyTagClassName
{
color: #71B82D;
}
</style>
background-color css
<style>
a { background-color: #71B82D; }
a { background-color: rgb(113,184,45); }
div.DivClassName
{
background-color: #71B82D;
}
.BgClassName
{
background-color: #71B82D;
}
</style>
border-color css
<style>
span { border-color: #71B82D; }
span { border-color: rgb(113,184,45); }
td.TdClassName
{
border-color: #71B82D;
}
.TagClassName
{
border-color: #71B82D;
}
</style>