Shades of Lima #71BB2D
Tints of Lima #71BB2D
RGB
CMYK
RGB Variations
Color information
#71BB2D (or 0x71BB2D) is known color: Lima. HEX triplet: 71, BB and 2D. RGB value is (113,187,45). Sum of RGB (Red+Green+Blue) = 113+187+45=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BB2D is #8E44D2. Grayscale: #959595. Windows color (decimal): -9323731 or 2997105. OLE color: 2997105.
HSL color Cylindrical-coordinate representation of color #71BB2D: hue angle of 91.27º 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 #71BB2D is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 187 | 45 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.27 |
| HSL | 91.27º | 0.61% | 0.45% | - |
| HSV(B) | 91.27º | 0.76% | 0.73% | - |
| XYZ | 25.05 | 39.24 | 8.74 | - |
| YUV | 148.69 | 69.48 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 45 | 0.40 | 0 | 0.76 | 0.27 | 91.27 | 0.61 | 0.45 |
| Hex | 71 | BB | 2D | 28 | 0 | 4C | 1B | 5B | 3D | 2D |
| Octal | 161 | 273 | 55 | 50 | 0 | 114 | 33 | 133 | 75 | 55 |
| Binary | 1110001 | 10111011 | 101101 | 101000 | 0 | 1001100 | 11011 | 1011011 | 111101 | 101101 |
Color Harmonies of #71BB2D
Complementary color
Monochromatic Colors of #71BB2D
Black with #71BB2D
Text Example
Text Example
White with #71BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BB2D; }
p { color: rgb(113,187,45); }
H1.HeaderClassName
{
color: #71BB2D;
}
.AnyTagClassName
{
color: #71BB2D;
}
</style>
background-color css
<style>
a { background-color: #71BB2D; }
a { background-color: rgb(113,187,45); }
div.DivClassName
{
background-color: #71BB2D;
}
.BgClassName
{
background-color: #71BB2D;
}
</style>
border-color css
<style>
span { border-color: #71BB2D; }
span { border-color: rgb(113,187,45); }
td.TdClassName
{
border-color: #71BB2D;
}
.TagClassName
{
border-color: #71BB2D;
}
</style>