Shades of Lima #76BC15
Tints of Lima #76BC15
RGB
CMYK
RGB Variations
Color information
#76BC15 (or 0x76BC15) is known color: Lima. HEX triplet: 76, BC and 15. RGB value is (118,188,21). Sum of RGB (Red+Green+Blue) = 118+188+21=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BC15 is #8943EA. Grayscale: #949494. Windows color (decimal): -8995819 or 1424502. OLE color: 1424502.
HSL color Cylindrical-coordinate representation of color #76BC15: hue angle of 85.15º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76BC15 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 21 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.26 |
| HSL | 85.15º | 0.8% | 0.41% | - |
| HSV(B) | 85.15º | 0.89% | 0.74% | - |
| XYZ | 25.59 | 39.87 | 7.06 | - |
| YUV | 148.03 | 56.31 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 21 | 0.37 | 0 | 0.89 | 0.26 | 85.15 | 0.8 | 0.41 |
| Hex | 76 | BC | 15 | 25 | 0 | 59 | 1A | 55 | 50 | 29 |
| Octal | 166 | 274 | 25 | 45 | 0 | 131 | 32 | 125 | 120 | 51 |
| Binary | 1110110 | 10111100 | 10101 | 100101 | 0 | 1011001 | 11010 | 1010101 | 1010000 | 101001 |
Color Harmonies of #76BC15
Complementary color
Monochromatic Colors of #76BC15
Black with #76BC15
Text Example
Text Example
White with #76BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BC15; }
p { color: rgb(118,188,21); }
H1.HeaderClassName
{
color: #76BC15;
}
.AnyTagClassName
{
color: #76BC15;
}
</style>
background-color css
<style>
a { background-color: #76BC15; }
a { background-color: rgb(118,188,21); }
div.DivClassName
{
background-color: #76BC15;
}
.BgClassName
{
background-color: #76BC15;
}
</style>
border-color css
<style>
span { border-color: #76BC15; }
span { border-color: rgb(118,188,21); }
td.TdClassName
{
border-color: #76BC15;
}
.TagClassName
{
border-color: #76BC15;
}
</style>