Shades of Lima #76BE2C
Tints of Lima #76BE2C
RGB
CMYK
RGB Variations
Color information
#76BE2C (or 0x76BE2C) is known color: Lima. HEX triplet: 76, BE and 2C. RGB value is (118,190,44). Sum of RGB (Red+Green+Blue) = 118+190+44=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE2C is #8941D3. Grayscale: #989898. Windows color (decimal): -8995284 or 2932342. OLE color: 2932342.
HSL color Cylindrical-coordinate representation of color #76BE2C: hue angle of 89.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76BE2C is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 44 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.25 |
| HSL | 89.59º | 0.62% | 0.46% | - |
| HSV(B) | 89.59º | 0.77% | 0.75% | - |
| XYZ | 26.34 | 40.86 | 8.88 | - |
| YUV | 151.83 | 67.15 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 44 | 0.38 | 0 | 0.77 | 0.25 | 89.59 | 0.62 | 0.46 |
| Hex | 76 | BE | 2C | 26 | 0 | 4D | 19 | 5A | 3E | 2E |
| Octal | 166 | 276 | 54 | 46 | 0 | 115 | 31 | 132 | 76 | 56 |
| Binary | 1110110 | 10111110 | 101100 | 100110 | 0 | 1001101 | 11001 | 1011010 | 111110 | 101110 |
Color Harmonies of #76BE2C
Complementary color
Monochromatic Colors of #76BE2C
Black with #76BE2C
Text Example
Text Example
White with #76BE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BE2C; }
p { color: rgb(118,190,44); }
H1.HeaderClassName
{
color: #76BE2C;
}
.AnyTagClassName
{
color: #76BE2C;
}
</style>
background-color css
<style>
a { background-color: #76BE2C; }
a { background-color: rgb(118,190,44); }
div.DivClassName
{
background-color: #76BE2C;
}
.BgClassName
{
background-color: #76BE2C;
}
</style>
border-color css
<style>
span { border-color: #76BE2C; }
span { border-color: rgb(118,190,44); }
td.TdClassName
{
border-color: #76BE2C;
}
.TagClassName
{
border-color: #76BE2C;
}
</style>