Shades of Lima #71BA2F
Tints of Lima #71BA2F
RGB
CMYK
RGB Variations
Color information
#71BA2F (or 0x71BA2F) is known color: Lima. HEX triplet: 71, BA and 2F. RGB value is (113,186,47). Sum of RGB (Red+Green+Blue) = 113+186+47=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA2F is #8E45D0. Grayscale: #949494. Windows color (decimal): -9323985 or 3127921. OLE color: 3127921.
HSL color Cylindrical-coordinate representation of color #71BA2F: hue angle of 91.51º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71BA2F is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 47 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.27 |
| HSL | 91.51º | 0.6% | 0.46% | - |
| HSV(B) | 91.51º | 0.75% | 0.73% | - |
| XYZ | 24.88 | 38.83 | 8.87 | - |
| YUV | 148.33 | 70.82 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 47 | 0.39 | 0 | 0.75 | 0.27 | 91.51 | 0.6 | 0.46 |
| Hex | 71 | BA | 2F | 27 | 0 | 4B | 1B | 5C | 3C | 2E |
| Octal | 161 | 272 | 57 | 47 | 0 | 113 | 33 | 134 | 74 | 56 |
| Binary | 1110001 | 10111010 | 101111 | 100111 | 0 | 1001011 | 11011 | 1011100 | 111100 | 101110 |
Color Harmonies of #71BA2F
Complementary color
Monochromatic Colors of #71BA2F
Black with #71BA2F
Text Example
Text Example
White with #71BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA2F; }
p { color: rgb(113,186,47); }
H1.HeaderClassName
{
color: #71BA2F;
}
.AnyTagClassName
{
color: #71BA2F;
}
</style>
background-color css
<style>
a { background-color: #71BA2F; }
a { background-color: rgb(113,186,47); }
div.DivClassName
{
background-color: #71BA2F;
}
.BgClassName
{
background-color: #71BA2F;
}
</style>
border-color css
<style>
span { border-color: #71BA2F; }
span { border-color: rgb(113,186,47); }
td.TdClassName
{
border-color: #71BA2F;
}
.TagClassName
{
border-color: #71BA2F;
}
</style>