Shades of Lima #76AB2B
Tints of Lima #76AB2B
RGB
CMYK
RGB Variations
Color information
#76AB2B (or 0x76AB2B) is known color: Lima. HEX triplet: 76, AB and 2B. RGB value is (118,171,43). Sum of RGB (Red+Green+Blue) = 118+171+43=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB2B is #8954D4. Grayscale: #8D8D8D. Windows color (decimal): -9000149 or 2861942. OLE color: 2861942.
HSL color Cylindrical-coordinate representation of color #76AB2B: hue angle of 84.84º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76AB2B is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 171 | 43 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.33 |
| HSL | 84.84º | 0.6% | 0.42% | - |
| HSV(B) | 84.84º | 0.75% | 0.67% | - |
| XYZ | 22.47 | 33.15 | 7.5 | - |
| YUV | 140.56 | 72.94 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 43 | 0.31 | 0 | 0.75 | 0.33 | 84.84 | 0.6 | 0.42 |
| Hex | 76 | AB | 2B | 1F | 0 | 4B | 21 | 55 | 3C | 2A |
| Octal | 166 | 253 | 53 | 37 | 0 | 113 | 41 | 125 | 74 | 52 |
| Binary | 1110110 | 10101011 | 101011 | 11111 | 0 | 1001011 | 100001 | 1010101 | 111100 | 101010 |
Color Harmonies of #76AB2B
Complementary color
Monochromatic Colors of #76AB2B
Black with #76AB2B
Text Example
Text Example
White with #76AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AB2B; }
p { color: rgb(118,171,43); }
H1.HeaderClassName
{
color: #76AB2B;
}
.AnyTagClassName
{
color: #76AB2B;
}
</style>
background-color css
<style>
a { background-color: #76AB2B; }
a { background-color: rgb(118,171,43); }
div.DivClassName
{
background-color: #76AB2B;
}
.BgClassName
{
background-color: #76AB2B;
}
</style>
border-color css
<style>
span { border-color: #76AB2B; }
span { border-color: rgb(118,171,43); }
td.TdClassName
{
border-color: #76AB2B;
}
.TagClassName
{
border-color: #76AB2B;
}
</style>