Shades of Lima #76C026
Tints of Lima #76C026
RGB
CMYK
RGB Variations
Color information
#76C026 (or 0x76C026) is known color: Lima. HEX triplet: 76, C0 and 26. RGB value is (118,192,38). Sum of RGB (Red+Green+Blue) = 118+192+38=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #76C026 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C026 is #893FD9. Grayscale: #989898. Windows color (decimal): -8994778 or 2539638. OLE color: 2539638.
HSL color Cylindrical-coordinate representation of color #76C026: hue angle of 88.83º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76C026 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 38 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.25 |
| HSL | 88.83º | 0.67% | 0.45% | - |
| HSV(B) | 88.83º | 0.8% | 0.75% | - |
| XYZ | 26.67 | 41.69 | 8.48 | - |
| YUV | 152.32 | 63.48 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 38 | 0.39 | 0 | 0.80 | 0.25 | 88.83 | 0.67 | 0.45 |
| Hex | 76 | C0 | 26 | 27 | 0 | 50 | 19 | 59 | 43 | 2D |
| Octal | 166 | 300 | 46 | 47 | 0 | 120 | 31 | 131 | 103 | 55 |
| Binary | 1110110 | 11000000 | 100110 | 100111 | 0 | 1010000 | 11001 | 1011001 | 1000011 | 101101 |
Color Harmonies of #76C026
Complementary color
Monochromatic Colors of #76C026
Black with #76C026
Text Example
Text Example
White with #76C026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C026; }
p { color: rgb(118,192,38); }
H1.HeaderClassName
{
color: #76C026;
}
.AnyTagClassName
{
color: #76C026;
}
</style>
background-color css
<style>
a { background-color: #76C026; }
a { background-color: rgb(118,192,38); }
div.DivClassName
{
background-color: #76C026;
}
.BgClassName
{
background-color: #76C026;
}
</style>
border-color css
<style>
span { border-color: #76C026; }
span { border-color: rgb(118,192,38); }
td.TdClassName
{
border-color: #76C026;
}
.TagClassName
{
border-color: #76C026;
}
</style>