Shades of Lima #76C828
Tints of Lima #76C828
RGB
CMYK
RGB Variations
Color information
#76C828 (or 0x76C828) is known color: Lima. HEX triplet: 76, C8 and 28. RGB value is (118,200,40). Sum of RGB (Red+Green+Blue) = 118+200+40=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #76C828 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C828 is #8937D7. Grayscale: #9D9D9D. Windows color (decimal): -8992728 or 2672758. OLE color: 2672758.
HSL color Cylindrical-coordinate representation of color #76C828: hue angle of 90.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76C828 is Cyan = 0.41, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 40 | - |
| CMYK | 0.41 | 0 | 0.8 | 0.22 |
| HSL | 90.75º | 0.67% | 0.47% | - |
| HSV(B) | 90.75º | 0.8% | 0.78% | - |
| XYZ | 28.51 | 45.31 | 9.25 | - |
| YUV | 157.24 | 61.83 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 40 | 0.41 | 0 | 0.8 | 0.22 | 90.75 | 0.67 | 0.47 |
| Hex | 76 | C8 | 28 | 29 | 0 | 50 | 16 | 5B | 43 | 2F |
| Octal | 166 | 310 | 50 | 51 | 0 | 120 | 26 | 133 | 103 | 57 |
| Binary | 1110110 | 11001000 | 101000 | 101001 | 0 | 1010000 | 10110 | 1011011 | 1000011 | 101111 |
Color Harmonies of #76C828
Complementary color
Monochromatic Colors of #76C828
Black with #76C828
Text Example
Text Example
White with #76C828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C828; }
p { color: rgb(118,200,40); }
H1.HeaderClassName
{
color: #76C828;
}
.AnyTagClassName
{
color: #76C828;
}
</style>
background-color css
<style>
a { background-color: #76C828; }
a { background-color: rgb(118,200,40); }
div.DivClassName
{
background-color: #76C828;
}
.BgClassName
{
background-color: #76C828;
}
</style>
border-color css
<style>
span { border-color: #76C828; }
span { border-color: rgb(118,200,40); }
td.TdClassName
{
border-color: #76C828;
}
.TagClassName
{
border-color: #76C828;
}
</style>