Shades of Lima #76BB2D
Tints of Lima #76BB2D
RGB
CMYK
RGB Variations
Color information
#76BB2D (or 0x76BB2D) is known color: Lima. HEX triplet: 76, BB and 2D. RGB value is (118,187,45). Sum of RGB (Red+Green+Blue) = 118+187+45=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 187 (73.44% from 255 or 53.43% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB2D is #8944D2. Grayscale: #969696. Windows color (decimal): -8996051 or 2997110. OLE color: 2997110.
HSL color Cylindrical-coordinate representation of color #76BB2D: hue angle of 89.15º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76BB2D is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 45 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.27 |
| HSL | 89.15º | 0.61% | 0.45% | - |
| HSV(B) | 89.15º | 0.76% | 0.73% | - |
| XYZ | 25.72 | 39.58 | 8.77 | - |
| YUV | 150.18 | 68.64 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 45 | 0.37 | 0 | 0.76 | 0.27 | 89.15 | 0.61 | 0.45 |
| Hex | 76 | BB | 2D | 25 | 0 | 4C | 1B | 59 | 3D | 2D |
| Octal | 166 | 273 | 55 | 45 | 0 | 114 | 33 | 131 | 75 | 55 |
| Binary | 1110110 | 10111011 | 101101 | 100101 | 0 | 1001100 | 11011 | 1011001 | 111101 | 101101 |
Color Harmonies of #76BB2D
Complementary color
Monochromatic Colors of #76BB2D
Black with #76BB2D
Text Example
Text Example
White with #76BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB2D; }
p { color: rgb(118,187,45); }
H1.HeaderClassName
{
color: #76BB2D;
}
.AnyTagClassName
{
color: #76BB2D;
}
</style>
background-color css
<style>
a { background-color: #76BB2D; }
a { background-color: rgb(118,187,45); }
div.DivClassName
{
background-color: #76BB2D;
}
.BgClassName
{
background-color: #76BB2D;
}
</style>
border-color css
<style>
span { border-color: #76BB2D; }
span { border-color: rgb(118,187,45); }
td.TdClassName
{
border-color: #76BB2D;
}
.TagClassName
{
border-color: #76BB2D;
}
</style>