Shades of Lima #71C12C
Tints of Lima #71C12C
RGB
CMYK
RGB Variations
Color information
#71C12C (or 0x71C12C) is known color: Lima. HEX triplet: 71, C1 and 2C. RGB value is (113,193,44). Sum of RGB (Red+Green+Blue) = 113+193+44=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #71C12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C12C is #8E3ED3. Grayscale: #989898. Windows color (decimal): -9322196 or 2933105. OLE color: 2933105.
HSL color Cylindrical-coordinate representation of color #71C12C: hue angle of 92.21º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71C12C is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 193 | 44 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.24 |
| HSL | 92.21º | 0.63% | 0.46% | - |
| HSV(B) | 92.21º | 0.77% | 0.76% | - |
| XYZ | 26.33 | 41.83 | 9.07 | - |
| YUV | 152.09 | 67 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 193 | 44 | 0.41 | 0 | 0.77 | 0.24 | 92.21 | 0.63 | 0.46 |
| Hex | 71 | C1 | 2C | 29 | 0 | 4D | 18 | 5C | 3F | 2E |
| Octal | 161 | 301 | 54 | 51 | 0 | 115 | 30 | 134 | 77 | 56 |
| Binary | 1110001 | 11000001 | 101100 | 101001 | 0 | 1001101 | 11000 | 1011100 | 111111 | 101110 |
Color Harmonies of #71C12C
Complementary color
Monochromatic Colors of #71C12C
Black with #71C12C
Text Example
Text Example
White with #71C12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C12C; }
p { color: rgb(113,193,44); }
H1.HeaderClassName
{
color: #71C12C;
}
.AnyTagClassName
{
color: #71C12C;
}
</style>
background-color css
<style>
a { background-color: #71C12C; }
a { background-color: rgb(113,193,44); }
div.DivClassName
{
background-color: #71C12C;
}
.BgClassName
{
background-color: #71C12C;
}
</style>
border-color css
<style>
span { border-color: #71C12C; }
span { border-color: rgb(113,193,44); }
td.TdClassName
{
border-color: #71C12C;
}
.TagClassName
{
border-color: #71C12C;
}
</style>