Shades of Lima #71B92D
Tints of Lima #71B92D
RGB
CMYK
RGB Variations
Color information
#71B92D (or 0x71B92D) is known color: Lima. HEX triplet: 71, B9 and 2D. RGB value is (113,185,45). Sum of RGB (Red+Green+Blue) = 113+185+45=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #71B92D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B92D is #8E46D2. Grayscale: #939393. Windows color (decimal): -9324243 or 2996593. OLE color: 2996593.
HSL color Cylindrical-coordinate representation of color #71B92D: hue angle of 90.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71B92D is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 185 | 45 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.27 |
| HSL | 90.86º | 0.61% | 0.45% | - |
| HSV(B) | 90.86º | 0.76% | 0.73% | - |
| XYZ | 24.63 | 38.4 | 8.6 | - |
| YUV | 147.51 | 70.15 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 185 | 45 | 0.39 | 0 | 0.76 | 0.27 | 90.86 | 0.61 | 0.45 |
| Hex | 71 | B9 | 2D | 27 | 0 | 4C | 1B | 5B | 3D | 2D |
| Octal | 161 | 271 | 55 | 47 | 0 | 114 | 33 | 133 | 75 | 55 |
| Binary | 1110001 | 10111001 | 101101 | 100111 | 0 | 1001100 | 11011 | 1011011 | 111101 | 101101 |
Color Harmonies of #71B92D
Complementary color
Monochromatic Colors of #71B92D
Black with #71B92D
Text Example
Text Example
White with #71B92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B92D; }
p { color: rgb(113,185,45); }
H1.HeaderClassName
{
color: #71B92D;
}
.AnyTagClassName
{
color: #71B92D;
}
</style>
background-color css
<style>
a { background-color: #71B92D; }
a { background-color: rgb(113,185,45); }
div.DivClassName
{
background-color: #71B92D;
}
.BgClassName
{
background-color: #71B92D;
}
</style>
border-color css
<style>
span { border-color: #71B92D; }
span { border-color: rgb(113,185,45); }
td.TdClassName
{
border-color: #71B92D;
}
.TagClassName
{
border-color: #71B92D;
}
</style>