Shades of Lima #76C92C
Tints of Lima #76C92C
RGB
CMYK
RGB Variations
Color information
#76C92C (or 0x76C92C) is known color: Lima. HEX triplet: 76, C9 and 2C. RGB value is (118,201,44). Sum of RGB (Red+Green+Blue) = 118+201+44=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #76C92C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C92C is #8936D3. Grayscale: #9E9E9E. Windows color (decimal): -8992468 or 2935158. OLE color: 2935158.
HSL color Cylindrical-coordinate representation of color #76C92C: hue angle of 91.72º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76C92C is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 44 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.21 |
| HSL | 91.72º | 0.64% | 0.48% | - |
| HSV(B) | 91.72º | 0.78% | 0.79% | - |
| XYZ | 28.81 | 45.81 | 9.71 | - |
| YUV | 158.29 | 63.5 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 44 | 0.41 | 0 | 0.78 | 0.21 | 91.72 | 0.64 | 0.48 |
| Hex | 76 | C9 | 2C | 29 | 0 | 4E | 15 | 5C | 40 | 30 |
| Octal | 166 | 311 | 54 | 51 | 0 | 116 | 25 | 134 | 100 | 60 |
| Binary | 1110110 | 11001001 | 101100 | 101001 | 0 | 1001110 | 10101 | 1011100 | 1000000 | 110000 |
Color Harmonies of #76C92C
Complementary color
Monochromatic Colors of #76C92C
Black with #76C92C
Text Example
Text Example
White with #76C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C92C; }
p { color: rgb(118,201,44); }
H1.HeaderClassName
{
color: #76C92C;
}
.AnyTagClassName
{
color: #76C92C;
}
</style>
background-color css
<style>
a { background-color: #76C92C; }
a { background-color: rgb(118,201,44); }
div.DivClassName
{
background-color: #76C92C;
}
.BgClassName
{
background-color: #76C92C;
}
</style>
border-color css
<style>
span { border-color: #76C92C; }
span { border-color: rgb(118,201,44); }
td.TdClassName
{
border-color: #76C92C;
}
.TagClassName
{
border-color: #76C92C;
}
</style>