Shades of Lima #76C131
Tints of Lima #76C131
RGB
CMYK
RGB Variations
Color information
#76C131 (or 0x76C131) is known color: Lima. HEX triplet: 76, C1 and 31. RGB value is (118,193,49). Sum of RGB (Red+Green+Blue) = 118+193+49=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #76C131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C131 is #893ECE. Grayscale: #9A9A9A. Windows color (decimal): -8994511 or 3260790. OLE color: 3260790.
HSL color Cylindrical-coordinate representation of color #76C131: hue angle of 91.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76C131 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 49 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.24 |
| HSL | 91.25º | 0.6% | 0.47% | - |
| HSV(B) | 91.25º | 0.75% | 0.76% | - |
| XYZ | 27.1 | 42.21 | 9.63 | - |
| YUV | 154.16 | 68.65 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 49 | 0.39 | 0 | 0.75 | 0.24 | 91.25 | 0.6 | 0.47 |
| Hex | 76 | C1 | 31 | 27 | 0 | 4B | 18 | 5B | 3C | 2F |
| Octal | 166 | 301 | 61 | 47 | 0 | 113 | 30 | 133 | 74 | 57 |
| Binary | 1110110 | 11000001 | 110001 | 100111 | 0 | 1001011 | 11000 | 1011011 | 111100 | 101111 |
Color Harmonies of #76C131
Complementary color
Monochromatic Colors of #76C131
Black with #76C131
Text Example
Text Example
White with #76C131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C131; }
p { color: rgb(118,193,49); }
H1.HeaderClassName
{
color: #76C131;
}
.AnyTagClassName
{
color: #76C131;
}
</style>
background-color css
<style>
a { background-color: #76C131; }
a { background-color: rgb(118,193,49); }
div.DivClassName
{
background-color: #76C131;
}
.BgClassName
{
background-color: #76C131;
}
</style>
border-color css
<style>
span { border-color: #76C131; }
span { border-color: rgb(118,193,49); }
td.TdClassName
{
border-color: #76C131;
}
.TagClassName
{
border-color: #76C131;
}
</style>