Shades of Lima #71C320
Tints of Lima #71C320
RGB
CMYK
RGB Variations
Color information
#71C320 (or 0x71C320) is known color: Lima. HEX triplet: 71, C3 and 20. RGB value is (113,195,32). Sum of RGB (Red+Green+Blue) = 113+195+32=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #71C320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C320 is #8E3CDF. Grayscale: #989898. Windows color (decimal): -9321696 or 2147185. OLE color: 2147185.
HSL color Cylindrical-coordinate representation of color #71C320: hue angle of 90.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71C320 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 195 | 32 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.24 |
| HSL | 90.18º | 0.72% | 0.45% | - |
| HSV(B) | 90.18º | 0.84% | 0.76% | - |
| XYZ | 26.59 | 42.65 | 8.2 | - |
| YUV | 151.9 | 60.33 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 195 | 32 | 0.42 | 0 | 0.84 | 0.24 | 90.18 | 0.72 | 0.45 |
| Hex | 71 | C3 | 20 | 2A | 0 | 54 | 18 | 5A | 48 | 2D |
| Octal | 161 | 303 | 40 | 52 | 0 | 124 | 30 | 132 | 110 | 55 |
| Binary | 1110001 | 11000011 | 100000 | 101010 | 0 | 1010100 | 11000 | 1011010 | 1001000 | 101101 |
Color Harmonies of #71C320
Complementary color
Monochromatic Colors of #71C320
Black with #71C320
Text Example
Text Example
White with #71C320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C320; }
p { color: rgb(113,195,32); }
H1.HeaderClassName
{
color: #71C320;
}
.AnyTagClassName
{
color: #71C320;
}
</style>
background-color css
<style>
a { background-color: #71C320; }
a { background-color: rgb(113,195,32); }
div.DivClassName
{
background-color: #71C320;
}
.BgClassName
{
background-color: #71C320;
}
</style>
border-color css
<style>
span { border-color: #71C320; }
span { border-color: rgb(113,195,32); }
td.TdClassName
{
border-color: #71C320;
}
.TagClassName
{
border-color: #71C320;
}
</style>