Shades of Lima #76D321
Tints of Lima #76D321
RGB
CMYK
RGB Variations
Color information
#76D321 (or 0x76D321) is known color: Lima. HEX triplet: 76, D3 and 21. RGB value is (118,211,33). Sum of RGB (Red+Green+Blue) = 118+211+33=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 211 (82.81% from 255 or 58.29% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 211 - color contains mainly: green. Hex color #76D321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D321 is #892CDE. Grayscale: #A3A3A3. Windows color (decimal): -8989919 or 2216822. OLE color: 2216822.
HSL color Cylindrical-coordinate representation of color #76D321: hue angle of 91.35º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76D321 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 211 | 33 | - |
| CMYK | 0.44 | 0 | 0.84 | 0.17 |
| HSL | 91.35º | 0.73% | 0.48% | - |
| HSV(B) | 91.35º | 0.84% | 0.83% | - |
| XYZ | 31.04 | 50.55 | 9.56 | - |
| YUV | 162.9 | 54.69 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 211 | 33 | 0.44 | 0 | 0.84 | 0.17 | 91.35 | 0.73 | 0.48 |
| Hex | 76 | D3 | 21 | 2C | 0 | 54 | 11 | 5B | 49 | 30 |
| Octal | 166 | 323 | 41 | 54 | 0 | 124 | 21 | 133 | 111 | 60 |
| Binary | 1110110 | 11010011 | 100001 | 101100 | 0 | 1010100 | 10001 | 1011011 | 1001001 | 110000 |
Color Harmonies of #76D321
Complementary color
Monochromatic Colors of #76D321
Black with #76D321
Text Example
Text Example
White with #76D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D321; }
p { color: rgb(118,211,33); }
H1.HeaderClassName
{
color: #76D321;
}
.AnyTagClassName
{
color: #76D321;
}
</style>
background-color css
<style>
a { background-color: #76D321; }
a { background-color: rgb(118,211,33); }
div.DivClassName
{
background-color: #76D321;
}
.BgClassName
{
background-color: #76D321;
}
</style>
border-color css
<style>
span { border-color: #76D321; }
span { border-color: rgb(118,211,33); }
td.TdClassName
{
border-color: #76D321;
}
.TagClassName
{
border-color: #76D321;
}
</style>