Shades of Lima #76BC2C
Tints of Lima #76BC2C
RGB
CMYK
RGB Variations
Color information
#76BC2C (or 0x76BC2C) is known color: Lima. HEX triplet: 76, BC and 2C. RGB value is (118,188,44). Sum of RGB (Red+Green+Blue) = 118+188+44=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC2C is #8943D3. Grayscale: #979797. Windows color (decimal): -8995796 or 2931830. OLE color: 2931830.
HSL color Cylindrical-coordinate representation of color #76BC2C: hue angle of 89.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76BC2C is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 44 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.26 |
| HSL | 89.17º | 0.62% | 0.45% | - |
| HSV(B) | 89.17º | 0.77% | 0.74% | - |
| XYZ | 25.91 | 40 | 8.74 | - |
| YUV | 150.65 | 67.81 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 44 | 0.37 | 0 | 0.77 | 0.26 | 89.17 | 0.62 | 0.45 |
| Hex | 76 | BC | 2C | 25 | 0 | 4D | 1A | 59 | 3E | 2D |
| Octal | 166 | 274 | 54 | 45 | 0 | 115 | 32 | 131 | 76 | 55 |
| Binary | 1110110 | 10111100 | 101100 | 100101 | 0 | 1001101 | 11010 | 1011001 | 111110 | 101101 |
Color Harmonies of #76BC2C
Complementary color
Monochromatic Colors of #76BC2C
Black with #76BC2C
Text Example
Text Example
White with #76BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BC2C; }
p { color: rgb(118,188,44); }
H1.HeaderClassName
{
color: #76BC2C;
}
.AnyTagClassName
{
color: #76BC2C;
}
</style>
background-color css
<style>
a { background-color: #76BC2C; }
a { background-color: rgb(118,188,44); }
div.DivClassName
{
background-color: #76BC2C;
}
.BgClassName
{
background-color: #76BC2C;
}
</style>
border-color css
<style>
span { border-color: #76BC2C; }
span { border-color: rgb(118,188,44); }
td.TdClassName
{
border-color: #76BC2C;
}
.TagClassName
{
border-color: #76BC2C;
}
</style>