Shades of Lima #76C121
Tints of Lima #76C121
RGB
CMYK
RGB Variations
Color information
#76C121 (or 0x76C121) is known color: Lima. HEX triplet: 76, C1 and 21. RGB value is (118,193,33). Sum of RGB (Red+Green+Blue) = 118+193+33=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #76C121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C121 is #893EDE. Grayscale: #989898. Windows color (decimal): -8994527 or 2212214. OLE color: 2212214.
HSL color Cylindrical-coordinate representation of color #76C121: hue angle of 88.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76C121 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 33 | - |
| CMYK | 0.39 | 0 | 0.83 | 0.24 |
| HSL | 88.13º | 0.71% | 0.44% | - |
| HSV(B) | 88.13º | 0.83% | 0.76% | - |
| XYZ | 26.82 | 42.1 | 8.15 | - |
| YUV | 152.34 | 60.65 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 33 | 0.39 | 0 | 0.83 | 0.24 | 88.13 | 0.71 | 0.44 |
| Hex | 76 | C1 | 21 | 27 | 0 | 53 | 18 | 58 | 47 | 2C |
| Octal | 166 | 301 | 41 | 47 | 0 | 123 | 30 | 130 | 107 | 54 |
| Binary | 1110110 | 11000001 | 100001 | 100111 | 0 | 1010011 | 11000 | 1011000 | 1000111 | 101100 |
Color Harmonies of #76C121
Complementary color
Monochromatic Colors of #76C121
Black with #76C121
Text Example
Text Example
White with #76C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C121; }
p { color: rgb(118,193,33); }
H1.HeaderClassName
{
color: #76C121;
}
.AnyTagClassName
{
color: #76C121;
}
</style>
background-color css
<style>
a { background-color: #76C121; }
a { background-color: rgb(118,193,33); }
div.DivClassName
{
background-color: #76C121;
}
.BgClassName
{
background-color: #76C121;
}
</style>
border-color css
<style>
span { border-color: #76C121; }
span { border-color: rgb(118,193,33); }
td.TdClassName
{
border-color: #76C121;
}
.TagClassName
{
border-color: #76C121;
}
</style>