Shades of Lima #71B42F
Tints of Lima #71B42F
RGB
CMYK
RGB Variations
Color information
#71B42F (or 0x71B42F) is known color: Lima. HEX triplet: 71, B4 and 2F. RGB value is (113,180,47). Sum of RGB (Red+Green+Blue) = 113+180+47=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #71B42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B42F is #8E4BD0. Grayscale: #919191. Windows color (decimal): -9325521 or 3126385. OLE color: 3126385.
HSL color Cylindrical-coordinate representation of color #71B42F: hue angle of 90.23º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71B42F is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 180 | 47 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.29 |
| HSL | 90.23º | 0.59% | 0.45% | - |
| HSV(B) | 90.23º | 0.74% | 0.71% | - |
| XYZ | 23.64 | 36.36 | 8.46 | - |
| YUV | 144.81 | 72.8 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 180 | 47 | 0.37 | 0 | 0.74 | 0.29 | 90.23 | 0.59 | 0.45 |
| Hex | 71 | B4 | 2F | 25 | 0 | 4A | 1D | 5A | 3B | 2D |
| Octal | 161 | 264 | 57 | 45 | 0 | 112 | 35 | 132 | 73 | 55 |
| Binary | 1110001 | 10110100 | 101111 | 100101 | 0 | 1001010 | 11101 | 1011010 | 111011 | 101101 |
Color Harmonies of #71B42F
Complementary color
Monochromatic Colors of #71B42F
Black with #71B42F
Text Example
Text Example
White with #71B42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B42F; }
p { color: rgb(113,180,47); }
H1.HeaderClassName
{
color: #71B42F;
}
.AnyTagClassName
{
color: #71B42F;
}
</style>
background-color css
<style>
a { background-color: #71B42F; }
a { background-color: rgb(113,180,47); }
div.DivClassName
{
background-color: #71B42F;
}
.BgClassName
{
background-color: #71B42F;
}
</style>
border-color css
<style>
span { border-color: #71B42F; }
span { border-color: rgb(113,180,47); }
td.TdClassName
{
border-color: #71B42F;
}
.TagClassName
{
border-color: #71B42F;
}
</style>