Shades of Lima #76BC21
Tints of Lima #76BC21
RGB
CMYK
RGB Variations
Color information
#76BC21 (or 0x76BC21) is known color: Lima. HEX triplet: 76, BC and 21. RGB value is (118,188,33). Sum of RGB (Red+Green+Blue) = 118+188+33=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC21 is #8943DE. Grayscale: #959595. Windows color (decimal): -8995807 or 2210934. OLE color: 2210934.
HSL color Cylindrical-coordinate representation of color #76BC21: hue angle of 87.1º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76BC21 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 33 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.26 |
| HSL | 87.1º | 0.7% | 0.43% | - |
| HSV(B) | 87.1º | 0.82% | 0.74% | - |
| XYZ | 25.73 | 39.93 | 7.79 | - |
| YUV | 149.4 | 62.31 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 33 | 0.37 | 0 | 0.82 | 0.26 | 87.1 | 0.7 | 0.43 |
| Hex | 76 | BC | 21 | 25 | 0 | 52 | 1A | 57 | 46 | 2B |
| Octal | 166 | 274 | 41 | 45 | 0 | 122 | 32 | 127 | 106 | 53 |
| Binary | 1110110 | 10111100 | 100001 | 100101 | 0 | 1010010 | 11010 | 1010111 | 1000110 | 101011 |
Color Harmonies of #76BC21
Complementary color
Monochromatic Colors of #76BC21
Black with #76BC21
Text Example
Text Example
White with #76BC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BC21; }
p { color: rgb(118,188,33); }
H1.HeaderClassName
{
color: #76BC21;
}
.AnyTagClassName
{
color: #76BC21;
}
</style>
background-color css
<style>
a { background-color: #76BC21; }
a { background-color: rgb(118,188,33); }
div.DivClassName
{
background-color: #76BC21;
}
.BgClassName
{
background-color: #76BC21;
}
</style>
border-color css
<style>
span { border-color: #76BC21; }
span { border-color: rgb(118,188,33); }
td.TdClassName
{
border-color: #76BC21;
}
.TagClassName
{
border-color: #76BC21;
}
</style>