Shades of Lima #71BC2F
Tints of Lima #71BC2F
RGB
CMYK
RGB Variations
Color information
#71BC2F (or 0x71BC2F) is known color: Lima. HEX triplet: 71, BC and 2F. RGB value is (113,188,47). Sum of RGB (Red+Green+Blue) = 113+188+47=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BC2F is #8E43D0. Grayscale: #959595. Windows color (decimal): -9323473 or 3128433. OLE color: 3128433.
HSL color Cylindrical-coordinate representation of color #71BC2F: hue angle of 91.91º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71BC2F is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 47 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.26 |
| HSL | 91.91º | 0.6% | 0.46% | - |
| HSV(B) | 91.91º | 0.75% | 0.74% | - |
| XYZ | 25.31 | 39.68 | 9.02 | - |
| YUV | 149.5 | 70.15 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 47 | 0.40 | 0 | 0.75 | 0.26 | 91.91 | 0.6 | 0.46 |
| Hex | 71 | BC | 2F | 28 | 0 | 4B | 1A | 5C | 3C | 2E |
| Octal | 161 | 274 | 57 | 50 | 0 | 113 | 32 | 134 | 74 | 56 |
| Binary | 1110001 | 10111100 | 101111 | 101000 | 0 | 1001011 | 11010 | 1011100 | 111100 | 101110 |
Color Harmonies of #71BC2F
Complementary color
Monochromatic Colors of #71BC2F
Black with #71BC2F
Text Example
Text Example
White with #71BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC2F; }
p { color: rgb(113,188,47); }
H1.HeaderClassName
{
color: #71BC2F;
}
.AnyTagClassName
{
color: #71BC2F;
}
</style>
background-color css
<style>
a { background-color: #71BC2F; }
a { background-color: rgb(113,188,47); }
div.DivClassName
{
background-color: #71BC2F;
}
.BgClassName
{
background-color: #71BC2F;
}
</style>
border-color css
<style>
span { border-color: #71BC2F; }
span { border-color: rgb(113,188,47); }
td.TdClassName
{
border-color: #71BC2F;
}
.TagClassName
{
border-color: #71BC2F;
}
</style>