Shades of Lima #76B52C
Tints of Lima #76B52C
RGB
CMYK
RGB Variations
Color information
#76B52C (or 0x76B52C) is known color: Lima. HEX triplet: 76, B5 and 2C. RGB value is (118,181,44). Sum of RGB (Red+Green+Blue) = 118+181+44=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #76B52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B52C is #894AD3. Grayscale: #939393. Windows color (decimal): -8997588 or 2930038. OLE color: 2930038.
HSL color Cylindrical-coordinate representation of color #76B52C: hue angle of 87.59º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76B52C is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 181 | 44 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.29 |
| HSL | 87.59º | 0.61% | 0.44% | - |
| HSV(B) | 87.59º | 0.76% | 0.71% | - |
| XYZ | 24.45 | 37.08 | 8.25 | - |
| YUV | 146.55 | 70.13 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 44 | 0.35 | 0 | 0.76 | 0.29 | 87.59 | 0.61 | 0.44 |
| Hex | 76 | B5 | 2C | 23 | 0 | 4C | 1D | 58 | 3D | 2C |
| Octal | 166 | 265 | 54 | 43 | 0 | 114 | 35 | 130 | 75 | 54 |
| Binary | 1110110 | 10110101 | 101100 | 100011 | 0 | 1001100 | 11101 | 1011000 | 111101 | 101100 |
Color Harmonies of #76B52C
Complementary color
Monochromatic Colors of #76B52C
Black with #76B52C
Text Example
Text Example
White with #76B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B52C; }
p { color: rgb(118,181,44); }
H1.HeaderClassName
{
color: #76B52C;
}
.AnyTagClassName
{
color: #76B52C;
}
</style>
background-color css
<style>
a { background-color: #76B52C; }
a { background-color: rgb(118,181,44); }
div.DivClassName
{
background-color: #76B52C;
}
.BgClassName
{
background-color: #76B52C;
}
</style>
border-color css
<style>
span { border-color: #76B52C; }
span { border-color: rgb(118,181,44); }
td.TdClassName
{
border-color: #76B52C;
}
.TagClassName
{
border-color: #76B52C;
}
</style>