Shades of Lima #71C02F
Tints of Lima #71C02F
RGB
CMYK
RGB Variations
Color information
#71C02F (or 0x71C02F) is known color: Lima. HEX triplet: 71, C0 and 2F. RGB value is (113,192,47). Sum of RGB (Red+Green+Blue) = 113+192+47=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #71C02F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C02F is #8E3FD0. Grayscale: #989898. Windows color (decimal): -9322449 or 3129457. OLE color: 3129457.
HSL color Cylindrical-coordinate representation of color #71C02F: hue angle of 92.69º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71C02F is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 47 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.25 |
| HSL | 92.69º | 0.61% | 0.47% | - |
| HSV(B) | 92.69º | 0.76% | 0.75% | - |
| XYZ | 26.17 | 41.42 | 9.3 | - |
| YUV | 151.85 | 68.83 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 47 | 0.41 | 0 | 0.76 | 0.25 | 92.69 | 0.61 | 0.47 |
| Hex | 71 | C0 | 2F | 29 | 0 | 4C | 19 | 5D | 3D | 2F |
| Octal | 161 | 300 | 57 | 51 | 0 | 114 | 31 | 135 | 75 | 57 |
| Binary | 1110001 | 11000000 | 101111 | 101001 | 0 | 1001100 | 11001 | 1011101 | 111101 | 101111 |
Color Harmonies of #71C02F
Complementary color
Monochromatic Colors of #71C02F
Black with #71C02F
Text Example
Text Example
White with #71C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C02F; }
p { color: rgb(113,192,47); }
H1.HeaderClassName
{
color: #71C02F;
}
.AnyTagClassName
{
color: #71C02F;
}
</style>
background-color css
<style>
a { background-color: #71C02F; }
a { background-color: rgb(113,192,47); }
div.DivClassName
{
background-color: #71C02F;
}
.BgClassName
{
background-color: #71C02F;
}
</style>
border-color css
<style>
span { border-color: #71C02F; }
span { border-color: rgb(113,192,47); }
td.TdClassName
{
border-color: #71C02F;
}
.TagClassName
{
border-color: #71C02F;
}
</style>