Shades of Lima #71C820
Tints of Lima #71C820
RGB
CMYK
RGB Variations
Color information
#71C820 (or 0x71C820) is known color: Lima. HEX triplet: 71, C8 and 20. RGB value is (113,200,32). Sum of RGB (Red+Green+Blue) = 113+200+32=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #71C820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C820 is #8E37DF. Grayscale: #9B9B9B. Windows color (decimal): -9320416 or 2148465. OLE color: 2148465.
HSL color Cylindrical-coordinate representation of color #71C820: hue angle of 91.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71C820 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 32 | - |
| CMYK | 0.44 | 0 | 0.84 | 0.22 |
| HSL | 91.07º | 0.72% | 0.45% | - |
| HSV(B) | 91.07º | 0.84% | 0.78% | - |
| XYZ | 27.73 | 44.92 | 8.58 | - |
| YUV | 154.84 | 58.68 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 32 | 0.44 | 0 | 0.84 | 0.22 | 91.07 | 0.72 | 0.45 |
| Hex | 71 | C8 | 20 | 2C | 0 | 54 | 16 | 5B | 48 | 2D |
| Octal | 161 | 310 | 40 | 54 | 0 | 124 | 26 | 133 | 110 | 55 |
| Binary | 1110001 | 11001000 | 100000 | 101100 | 0 | 1010100 | 10110 | 1011011 | 1001000 | 101101 |
Color Harmonies of #71C820
Complementary color
Monochromatic Colors of #71C820
Black with #71C820
Text Example
Text Example
White with #71C820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C820; }
p { color: rgb(113,200,32); }
H1.HeaderClassName
{
color: #71C820;
}
.AnyTagClassName
{
color: #71C820;
}
</style>
background-color css
<style>
a { background-color: #71C820; }
a { background-color: rgb(113,200,32); }
div.DivClassName
{
background-color: #71C820;
}
.BgClassName
{
background-color: #71C820;
}
</style>
border-color css
<style>
span { border-color: #71C820; }
span { border-color: rgb(113,200,32); }
td.TdClassName
{
border-color: #71C820;
}
.TagClassName
{
border-color: #71C820;
}
</style>