Shades of Lima #76C117
Tints of Lima #76C117
RGB
CMYK
RGB Variations
Color information
#76C117 (or 0x76C117) is known color: Lima. HEX triplet: 76, C1 and 17. RGB value is (118,193,23). Sum of RGB (Red+Green+Blue) = 118+193+23=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #76C117 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C117 is #893EE8. Grayscale: #979797. Windows color (decimal): -8994537 or 1556854. OLE color: 1556854.
HSL color Cylindrical-coordinate representation of color #76C117: hue angle of 86.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76C117 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 23 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.24 |
| HSL | 86.47º | 0.79% | 0.42% | - |
| HSV(B) | 86.47º | 0.88% | 0.76% | - |
| XYZ | 26.7 | 42.05 | 7.52 | - |
| YUV | 151.2 | 55.65 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 23 | 0.39 | 0 | 0.88 | 0.24 | 86.47 | 0.79 | 0.42 |
| Hex | 76 | C1 | 17 | 27 | 0 | 58 | 18 | 56 | 4F | 2A |
| Octal | 166 | 301 | 27 | 47 | 0 | 130 | 30 | 126 | 117 | 52 |
| Binary | 1110110 | 11000001 | 10111 | 100111 | 0 | 1011000 | 11000 | 1010110 | 1001111 | 101010 |
Color Harmonies of #76C117
Complementary color
Monochromatic Colors of #76C117
Black with #76C117
Text Example
Text Example
White with #76C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C117; }
p { color: rgb(118,193,23); }
H1.HeaderClassName
{
color: #76C117;
}
.AnyTagClassName
{
color: #76C117;
}
</style>
background-color css
<style>
a { background-color: #76C117; }
a { background-color: rgb(118,193,23); }
div.DivClassName
{
background-color: #76C117;
}
.BgClassName
{
background-color: #76C117;
}
</style>
border-color css
<style>
span { border-color: #76C117; }
span { border-color: rgb(118,193,23); }
td.TdClassName
{
border-color: #76C117;
}
.TagClassName
{
border-color: #76C117;
}
</style>