Shades of Lima #71C031
Tints of Lima #71C031
RGB
CMYK
RGB Variations
Color information
#71C031 (or 0x71C031) is known color: Lima. HEX triplet: 71, C0 and 31. RGB value is (113,192,49). Sum of RGB (Red+Green+Blue) = 113+192+49=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #71C031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C031 is #8E3FCE. Grayscale: #989898. Windows color (decimal): -9322447 or 3260529. OLE color: 3260529.
HSL color Cylindrical-coordinate representation of color #71C031: hue angle of 93.15º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71C031 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 49 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.25 |
| HSL | 93.15º | 0.59% | 0.47% | - |
| HSV(B) | 93.15º | 0.74% | 0.75% | - |
| XYZ | 26.21 | 41.43 | 9.52 | - |
| YUV | 152.08 | 69.83 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 49 | 0.41 | 0 | 0.74 | 0.25 | 93.15 | 0.59 | 0.47 |
| Hex | 71 | C0 | 31 | 29 | 0 | 4A | 19 | 5D | 3B | 2F |
| Octal | 161 | 300 | 61 | 51 | 0 | 112 | 31 | 135 | 73 | 57 |
| Binary | 1110001 | 11000000 | 110001 | 101001 | 0 | 1001010 | 11001 | 1011101 | 111011 | 101111 |
Color Harmonies of #71C031
Complementary color
Monochromatic Colors of #71C031
Black with #71C031
Text Example
Text Example
White with #71C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C031; }
p { color: rgb(113,192,49); }
H1.HeaderClassName
{
color: #71C031;
}
.AnyTagClassName
{
color: #71C031;
}
</style>
background-color css
<style>
a { background-color: #71C031; }
a { background-color: rgb(113,192,49); }
div.DivClassName
{
background-color: #71C031;
}
.BgClassName
{
background-color: #71C031;
}
</style>
border-color css
<style>
span { border-color: #71C031; }
span { border-color: rgb(113,192,49); }
td.TdClassName
{
border-color: #71C031;
}
.TagClassName
{
border-color: #71C031;
}
</style>