Shades of Lima #76C228
Tints of Lima #76C228
RGB
CMYK
RGB Variations
Color information
#76C228 (or 0x76C228) is known color: Lima. HEX triplet: 76, C2 and 28. RGB value is (118,194,40). Sum of RGB (Red+Green+Blue) = 118+194+40=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #76C228 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C228 is #893DD7. Grayscale: #9A9A9A. Windows color (decimal): -8994264 or 2671222. OLE color: 2671222.
HSL color Cylindrical-coordinate representation of color #76C228: hue angle of 89.61º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76C228 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 40 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.24 |
| HSL | 89.61º | 0.66% | 0.46% | - |
| HSV(B) | 89.61º | 0.79% | 0.76% | - |
| XYZ | 27.15 | 42.59 | 8.8 | - |
| YUV | 153.72 | 63.82 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 40 | 0.39 | 0 | 0.79 | 0.24 | 89.61 | 0.66 | 0.46 |
| Hex | 76 | C2 | 28 | 27 | 0 | 4F | 18 | 5A | 42 | 2E |
| Octal | 166 | 302 | 50 | 47 | 0 | 117 | 30 | 132 | 102 | 56 |
| Binary | 1110110 | 11000010 | 101000 | 100111 | 0 | 1001111 | 11000 | 1011010 | 1000010 | 101110 |
Color Harmonies of #76C228
Complementary color
Monochromatic Colors of #76C228
Black with #76C228
Text Example
Text Example
White with #76C228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C228; }
p { color: rgb(118,194,40); }
H1.HeaderClassName
{
color: #76C228;
}
.AnyTagClassName
{
color: #76C228;
}
</style>
background-color css
<style>
a { background-color: #76C228; }
a { background-color: rgb(118,194,40); }
div.DivClassName
{
background-color: #76C228;
}
.BgClassName
{
background-color: #76C228;
}
</style>
border-color css
<style>
span { border-color: #76C228; }
span { border-color: rgb(118,194,40); }
td.TdClassName
{
border-color: #76C228;
}
.TagClassName
{
border-color: #76C228;
}
</style>