Shades of Lima #76C92D
Tints of Lima #76C92D
RGB
CMYK
RGB Variations
Color information
#76C92D (or 0x76C92D) is known color: Lima. HEX triplet: 76, C9 and 2D. RGB value is (118,201,45). Sum of RGB (Red+Green+Blue) = 118+201+45=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #76C92D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C92D is #8936D2. Grayscale: #9E9E9E. Windows color (decimal): -8992467 or 3000694. OLE color: 3000694.
HSL color Cylindrical-coordinate representation of color #76C92D: hue angle of 91.92º degrees, saturation: 0.63, 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 #76C92D is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 45 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.21 |
| HSL | 91.92º | 0.63% | 0.48% | - |
| HSV(B) | 91.92º | 0.78% | 0.79% | - |
| XYZ | 28.83 | 45.81 | 9.81 | - |
| YUV | 158.4 | 64 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 45 | 0.41 | 0 | 0.78 | 0.21 | 91.92 | 0.63 | 0.48 |
| Hex | 76 | C9 | 2D | 29 | 0 | 4E | 15 | 5C | 3F | 30 |
| Octal | 166 | 311 | 55 | 51 | 0 | 116 | 25 | 134 | 77 | 60 |
| Binary | 1110110 | 11001001 | 101101 | 101001 | 0 | 1001110 | 10101 | 1011100 | 111111 | 110000 |
Color Harmonies of #76C92D
Complementary color
Monochromatic Colors of #76C92D
Black with #76C92D
Text Example
Text Example
White with #76C92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C92D; }
p { color: rgb(118,201,45); }
H1.HeaderClassName
{
color: #76C92D;
}
.AnyTagClassName
{
color: #76C92D;
}
</style>
background-color css
<style>
a { background-color: #76C92D; }
a { background-color: rgb(118,201,45); }
div.DivClassName
{
background-color: #76C92D;
}
.BgClassName
{
background-color: #76C92D;
}
</style>
border-color css
<style>
span { border-color: #76C92D; }
span { border-color: rgb(118,201,45); }
td.TdClassName
{
border-color: #76C92D;
}
.TagClassName
{
border-color: #76C92D;
}
</style>