Shades of Lima #71C02D
Tints of Lima #71C02D
RGB
CMYK
RGB Variations
Color information
#71C02D (or 0x71C02D) is known color: Lima. HEX triplet: 71, C0 and 2D. RGB value is (113,192,45). Sum of RGB (Red+Green+Blue) = 113+192+45=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #71C02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C02D is #8E3FD2. Grayscale: #989898. Windows color (decimal): -9322451 or 2998385. OLE color: 2998385.
HSL color Cylindrical-coordinate representation of color #71C02D: hue angle of 92.24º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71C02D is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 45 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.25 |
| HSL | 92.24º | 0.62% | 0.46% | - |
| HSV(B) | 92.24º | 0.77% | 0.75% | - |
| XYZ | 26.13 | 41.4 | 9.1 | - |
| YUV | 151.62 | 67.83 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 45 | 0.41 | 0 | 0.77 | 0.25 | 92.24 | 0.62 | 0.46 |
| Hex | 71 | C0 | 2D | 29 | 0 | 4D | 19 | 5C | 3E | 2E |
| Octal | 161 | 300 | 55 | 51 | 0 | 115 | 31 | 134 | 76 | 56 |
| Binary | 1110001 | 11000000 | 101101 | 101001 | 0 | 1001101 | 11001 | 1011100 | 111110 | 101110 |
Color Harmonies of #71C02D
Complementary color
Monochromatic Colors of #71C02D
Black with #71C02D
Text Example
Text Example
White with #71C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C02D; }
p { color: rgb(113,192,45); }
H1.HeaderClassName
{
color: #71C02D;
}
.AnyTagClassName
{
color: #71C02D;
}
</style>
background-color css
<style>
a { background-color: #71C02D; }
a { background-color: rgb(113,192,45); }
div.DivClassName
{
background-color: #71C02D;
}
.BgClassName
{
background-color: #71C02D;
}
</style>
border-color css
<style>
span { border-color: #71C02D; }
span { border-color: rgb(113,192,45); }
td.TdClassName
{
border-color: #71C02D;
}
.TagClassName
{
border-color: #71C02D;
}
</style>