Shades of Lima #76B228
Tints of Lima #76B228
RGB
CMYK
RGB Variations
Color information
#76B228 (or 0x76B228) is known color: Lima. HEX triplet: 76, B2 and 28. RGB value is (118,178,40). Sum of RGB (Red+Green+Blue) = 118+178+40=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #76B228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B228 is #894DD7. Grayscale: #909090. Windows color (decimal): -8998360 or 2667126. OLE color: 2667126.
HSL color Cylindrical-coordinate representation of color #76B228: hue angle of 86.09º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76B228 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 40 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.30 |
| HSL | 86.09º | 0.63% | 0.43% | - |
| HSV(B) | 86.09º | 0.78% | 0.7% | - |
| XYZ | 23.77 | 35.85 | 7.67 | - |
| YUV | 144.33 | 69.12 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 40 | 0.34 | 0 | 0.78 | 0.30 | 86.09 | 0.63 | 0.43 |
| Hex | 76 | B2 | 28 | 22 | 0 | 4E | 1E | 56 | 3F | 2B |
| Octal | 166 | 262 | 50 | 42 | 0 | 116 | 36 | 126 | 77 | 53 |
| Binary | 1110110 | 10110010 | 101000 | 100010 | 0 | 1001110 | 11110 | 1010110 | 111111 | 101011 |
Color Harmonies of #76B228
Complementary color
Monochromatic Colors of #76B228
Black with #76B228
Text Example
Text Example
White with #76B228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B228; }
p { color: rgb(118,178,40); }
H1.HeaderClassName
{
color: #76B228;
}
.AnyTagClassName
{
color: #76B228;
}
</style>
background-color css
<style>
a { background-color: #76B228; }
a { background-color: rgb(118,178,40); }
div.DivClassName
{
background-color: #76B228;
}
.BgClassName
{
background-color: #76B228;
}
</style>
border-color css
<style>
span { border-color: #76B228; }
span { border-color: rgb(118,178,40); }
td.TdClassName
{
border-color: #76B228;
}
.TagClassName
{
border-color: #76B228;
}
</style>