Shades of Lima #71BA2D
Tints of Lima #71BA2D
RGB
CMYK
RGB Variations
Color information
#71BA2D (or 0x71BA2D) is known color: Lima. HEX triplet: 71, BA and 2D. RGB value is (113,186,45). Sum of RGB (Red+Green+Blue) = 113+186+45=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA2D is #8E45D2. Grayscale: #949494. Windows color (decimal): -9323987 or 2996849. OLE color: 2996849.
HSL color Cylindrical-coordinate representation of color #71BA2D: hue angle of 91.06º 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 #71BA2D is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 45 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.27 |
| HSL | 91.06º | 0.61% | 0.45% | - |
| HSV(B) | 91.06º | 0.76% | 0.73% | - |
| XYZ | 24.84 | 38.82 | 8.67 | - |
| YUV | 148.1 | 69.82 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 45 | 0.39 | 0 | 0.76 | 0.27 | 91.06 | 0.61 | 0.45 |
| Hex | 71 | BA | 2D | 27 | 0 | 4C | 1B | 5B | 3D | 2D |
| Octal | 161 | 272 | 55 | 47 | 0 | 114 | 33 | 133 | 75 | 55 |
| Binary | 1110001 | 10111010 | 101101 | 100111 | 0 | 1001100 | 11011 | 1011011 | 111101 | 101101 |
Color Harmonies of #71BA2D
Complementary color
Monochromatic Colors of #71BA2D
Black with #71BA2D
Text Example
Text Example
White with #71BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA2D; }
p { color: rgb(113,186,45); }
H1.HeaderClassName
{
color: #71BA2D;
}
.AnyTagClassName
{
color: #71BA2D;
}
</style>
background-color css
<style>
a { background-color: #71BA2D; }
a { background-color: rgb(113,186,45); }
div.DivClassName
{
background-color: #71BA2D;
}
.BgClassName
{
background-color: #71BA2D;
}
</style>
border-color css
<style>
span { border-color: #71BA2D; }
span { border-color: rgb(113,186,45); }
td.TdClassName
{
border-color: #71BA2D;
}
.TagClassName
{
border-color: #71BA2D;
}
</style>