Shades of Lima #76CA2C
Tints of Lima #76CA2C
RGB
CMYK
RGB Variations
Color information
#76CA2C (or 0x76CA2C) is known color: Lima. HEX triplet: 76, CA and 2C. RGB value is (118,202,44). Sum of RGB (Red+Green+Blue) = 118+202+44=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CA2C is #8935D3. Grayscale: #9F9F9F. Windows color (decimal): -8992212 or 2935414. OLE color: 2935414.
HSL color Cylindrical-coordinate representation of color #76CA2C: hue angle of 91.9º 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 #76CA2C is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 44 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.21 |
| HSL | 91.9º | 0.64% | 0.48% | - |
| HSV(B) | 91.9º | 0.78% | 0.79% | - |
| XYZ | 29.05 | 46.27 | 9.78 | - |
| YUV | 158.87 | 63.17 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 44 | 0.42 | 0 | 0.78 | 0.21 | 91.9 | 0.64 | 0.48 |
| Hex | 76 | CA | 2C | 2A | 0 | 4E | 15 | 5C | 40 | 30 |
| Octal | 166 | 312 | 54 | 52 | 0 | 116 | 25 | 134 | 100 | 60 |
| Binary | 1110110 | 11001010 | 101100 | 101010 | 0 | 1001110 | 10101 | 1011100 | 1000000 | 110000 |
Color Harmonies of #76CA2C
Complementary color
Monochromatic Colors of #76CA2C
Black with #76CA2C
Text Example
Text Example
White with #76CA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA2C; }
p { color: rgb(118,202,44); }
H1.HeaderClassName
{
color: #76CA2C;
}
.AnyTagClassName
{
color: #76CA2C;
}
</style>
background-color css
<style>
a { background-color: #76CA2C; }
a { background-color: rgb(118,202,44); }
div.DivClassName
{
background-color: #76CA2C;
}
.BgClassName
{
background-color: #76CA2C;
}
</style>
border-color css
<style>
span { border-color: #76CA2C; }
span { border-color: rgb(118,202,44); }
td.TdClassName
{
border-color: #76CA2C;
}
.TagClassName
{
border-color: #76CA2C;
}
</style>