Shades of Lima #76C127
Tints of Lima #76C127
RGB
CMYK
RGB Variations
Color information
#76C127 (or 0x76C127) is known color: Lima. HEX triplet: 76, C1 and 27. RGB value is (118,193,39). Sum of RGB (Red+Green+Blue) = 118+193+39=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #76C127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C127 is #893ED8. Grayscale: #999999. Windows color (decimal): -8994521 or 2605430. OLE color: 2605430.
HSL color Cylindrical-coordinate representation of color #76C127: hue angle of 89.22º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76C127 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 39 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.24 |
| HSL | 89.22º | 0.66% | 0.45% | - |
| HSV(B) | 89.22º | 0.8% | 0.76% | - |
| XYZ | 26.91 | 42.14 | 8.63 | - |
| YUV | 153.02 | 63.65 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 39 | 0.39 | 0 | 0.80 | 0.24 | 89.22 | 0.66 | 0.45 |
| Hex | 76 | C1 | 27 | 27 | 0 | 50 | 18 | 59 | 42 | 2D |
| Octal | 166 | 301 | 47 | 47 | 0 | 120 | 30 | 131 | 102 | 55 |
| Binary | 1110110 | 11000001 | 100111 | 100111 | 0 | 1010000 | 11000 | 1011001 | 1000010 | 101101 |
Color Harmonies of #76C127
Complementary color
Monochromatic Colors of #76C127
Black with #76C127
Text Example
Text Example
White with #76C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C127; }
p { color: rgb(118,193,39); }
H1.HeaderClassName
{
color: #76C127;
}
.AnyTagClassName
{
color: #76C127;
}
</style>
background-color css
<style>
a { background-color: #76C127; }
a { background-color: rgb(118,193,39); }
div.DivClassName
{
background-color: #76C127;
}
.BgClassName
{
background-color: #76C127;
}
</style>
border-color css
<style>
span { border-color: #76C127; }
span { border-color: rgb(118,193,39); }
td.TdClassName
{
border-color: #76C127;
}
.TagClassName
{
border-color: #76C127;
}
</style>