Shades of Lima #71C42F
Tints of Lima #71C42F
RGB
CMYK
RGB Variations
Color information
#71C42F (or 0x71C42F) is known color: Lima. HEX triplet: 71, C4 and 2F. RGB value is (113,196,47). Sum of RGB (Red+Green+Blue) = 113+196+47=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #71C42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C42F is #8E3BD0. Grayscale: #9A9A9A. Windows color (decimal): -9321425 or 3130481. OLE color: 3130481.
HSL color Cylindrical-coordinate representation of color #71C42F: hue angle of 93.42º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71C42F is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 196 | 47 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.23 |
| HSL | 93.42º | 0.61% | 0.48% | - |
| HSV(B) | 93.42º | 0.76% | 0.77% | - |
| XYZ | 27.06 | 43.2 | 9.6 | - |
| YUV | 154.2 | 67.5 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 196 | 47 | 0.42 | 0 | 0.76 | 0.23 | 93.42 | 0.61 | 0.48 |
| Hex | 71 | C4 | 2F | 2A | 0 | 4C | 17 | 5D | 3D | 30 |
| Octal | 161 | 304 | 57 | 52 | 0 | 114 | 27 | 135 | 75 | 60 |
| Binary | 1110001 | 11000100 | 101111 | 101010 | 0 | 1001100 | 10111 | 1011101 | 111101 | 110000 |
Color Harmonies of #71C42F
Complementary color
Monochromatic Colors of #71C42F
Black with #71C42F
Text Example
Text Example
White with #71C42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C42F; }
p { color: rgb(113,196,47); }
H1.HeaderClassName
{
color: #71C42F;
}
.AnyTagClassName
{
color: #71C42F;
}
</style>
background-color css
<style>
a { background-color: #71C42F; }
a { background-color: rgb(113,196,47); }
div.DivClassName
{
background-color: #71C42F;
}
.BgClassName
{
background-color: #71C42F;
}
</style>
border-color css
<style>
span { border-color: #71C42F; }
span { border-color: rgb(113,196,47); }
td.TdClassName
{
border-color: #71C42F;
}
.TagClassName
{
border-color: #71C42F;
}
</style>