Shades of Lima #71C729
Tints of Lima #71C729
RGB
CMYK
RGB Variations
Color information
#71C729 (or 0x71C729) is known color: Lima. HEX triplet: 71, C7 and 29. RGB value is (113,199,41). Sum of RGB (Red+Green+Blue) = 113+199+41=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 199 (78.12% from 255 or 56.37% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 199 - color contains mainly: green. Hex color #71C729 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C729 is #8E38D6. Grayscale: #9B9B9B. Windows color (decimal): -9320663 or 2738033. OLE color: 2738033.
HSL color Cylindrical-coordinate representation of color #71C729: hue angle of 92.66º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71C729 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 199 | 41 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.22 |
| HSL | 92.66º | 0.66% | 0.47% | - |
| HSV(B) | 92.66º | 0.79% | 0.78% | - |
| XYZ | 27.63 | 44.52 | 9.23 | - |
| YUV | 155.27 | 63.51 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 199 | 41 | 0.43 | 0 | 0.79 | 0.22 | 92.66 | 0.66 | 0.47 |
| Hex | 71 | C7 | 29 | 2B | 0 | 4F | 16 | 5D | 42 | 2F |
| Octal | 161 | 307 | 51 | 53 | 0 | 117 | 26 | 135 | 102 | 57 |
| Binary | 1110001 | 11000111 | 101001 | 101011 | 0 | 1001111 | 10110 | 1011101 | 1000010 | 101111 |
Color Harmonies of #71C729
Complementary color
Monochromatic Colors of #71C729
Black with #71C729
Text Example
Text Example
White with #71C729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C729; }
p { color: rgb(113,199,41); }
H1.HeaderClassName
{
color: #71C729;
}
.AnyTagClassName
{
color: #71C729;
}
</style>
background-color css
<style>
a { background-color: #71C729; }
a { background-color: rgb(113,199,41); }
div.DivClassName
{
background-color: #71C729;
}
.BgClassName
{
background-color: #71C729;
}
</style>
border-color css
<style>
span { border-color: #71C729; }
span { border-color: rgb(113,199,41); }
td.TdClassName
{
border-color: #71C729;
}
.TagClassName
{
border-color: #71C729;
}
</style>