Shades of Lima #71B42B
Tints of Lima #71B42B
RGB
CMYK
RGB Variations
Color information
#71B42B (or 0x71B42B) is known color: Lima. HEX triplet: 71, B4 and 2B. RGB value is (113,180,43). Sum of RGB (Red+Green+Blue) = 113+180+43=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #71B42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B42B is #8E4BD4. Grayscale: #909090. Windows color (decimal): -9325525 or 2864241. OLE color: 2864241.
HSL color Cylindrical-coordinate representation of color #71B42B: hue angle of 89.34º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71B42B is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 180 | 43 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.29 |
| HSL | 89.34º | 0.61% | 0.44% | - |
| HSV(B) | 89.34º | 0.76% | 0.71% | - |
| XYZ | 23.57 | 36.33 | 8.06 | - |
| YUV | 144.35 | 70.8 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 180 | 43 | 0.37 | 0 | 0.76 | 0.29 | 89.34 | 0.61 | 0.44 |
| Hex | 71 | B4 | 2B | 25 | 0 | 4C | 1D | 59 | 3D | 2C |
| Octal | 161 | 264 | 53 | 45 | 0 | 114 | 35 | 131 | 75 | 54 |
| Binary | 1110001 | 10110100 | 101011 | 100101 | 0 | 1001100 | 11101 | 1011001 | 111101 | 101100 |
Color Harmonies of #71B42B
Complementary color
Monochromatic Colors of #71B42B
Black with #71B42B
Text Example
Text Example
White with #71B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B42B; }
p { color: rgb(113,180,43); }
H1.HeaderClassName
{
color: #71B42B;
}
.AnyTagClassName
{
color: #71B42B;
}
</style>
background-color css
<style>
a { background-color: #71B42B; }
a { background-color: rgb(113,180,43); }
div.DivClassName
{
background-color: #71B42B;
}
.BgClassName
{
background-color: #71B42B;
}
</style>
border-color css
<style>
span { border-color: #71B42B; }
span { border-color: rgb(113,180,43); }
td.TdClassName
{
border-color: #71B42B;
}
.TagClassName
{
border-color: #71B42B;
}
</style>