Shades of Lima #71BA2C
Tints of Lima #71BA2C
RGB
CMYK
RGB Variations
Color information
#71BA2C (or 0x71BA2C) is known color: Lima. HEX triplet: 71, BA and 2C. RGB value is (113,186,44). Sum of RGB (Red+Green+Blue) = 113+186+44=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA2C is #8E45D3. Grayscale: #949494. Windows color (decimal): -9323988 or 2931313. OLE color: 2931313.
HSL color Cylindrical-coordinate representation of color #71BA2C: hue angle of 90.85º degrees, saturation: 0.62, 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 #71BA2C is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 44 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.27 |
| HSL | 90.85º | 0.62% | 0.45% | - |
| HSV(B) | 90.85º | 0.76% | 0.73% | - |
| XYZ | 24.82 | 38.81 | 8.57 | - |
| YUV | 147.99 | 69.32 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 44 | 0.39 | 0 | 0.76 | 0.27 | 90.85 | 0.62 | 0.45 |
| Hex | 71 | BA | 2C | 27 | 0 | 4C | 1B | 5B | 3E | 2D |
| Octal | 161 | 272 | 54 | 47 | 0 | 114 | 33 | 133 | 76 | 55 |
| Binary | 1110001 | 10111010 | 101100 | 100111 | 0 | 1001100 | 11011 | 1011011 | 111110 | 101101 |
Color Harmonies of #71BA2C
Complementary color
Monochromatic Colors of #71BA2C
Black with #71BA2C
Text Example
Text Example
White with #71BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA2C; }
p { color: rgb(113,186,44); }
H1.HeaderClassName
{
color: #71BA2C;
}
.AnyTagClassName
{
color: #71BA2C;
}
</style>
background-color css
<style>
a { background-color: #71BA2C; }
a { background-color: rgb(113,186,44); }
div.DivClassName
{
background-color: #71BA2C;
}
.BgClassName
{
background-color: #71BA2C;
}
</style>
border-color css
<style>
span { border-color: #71BA2C; }
span { border-color: rgb(113,186,44); }
td.TdClassName
{
border-color: #71BA2C;
}
.TagClassName
{
border-color: #71BA2C;
}
</style>