Shades of Lima #76C819
Tints of Lima #76C819
RGB
CMYK
RGB Variations
Color information
#76C819 (or 0x76C819) is known color: Lima. HEX triplet: 76, C8 and 19. RGB value is (118,200,25). Sum of RGB (Red+Green+Blue) = 118+200+25=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #76C819 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C819 is #8937E6. Grayscale: #9C9C9C. Windows color (decimal): -8992743 or 1689718. OLE color: 1689718.
HSL color Cylindrical-coordinate representation of color #76C819: hue angle of 88.11º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76C819 is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 25 | - |
| CMYK | 0.41 | 0 | 0.88 | 0.22 |
| HSL | 88.11º | 0.78% | 0.44% | - |
| HSV(B) | 88.11º | 0.88% | 0.78% | - |
| XYZ | 28.3 | 45.23 | 8.16 | - |
| YUV | 155.53 | 54.33 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 25 | 0.41 | 0 | 0.88 | 0.22 | 88.11 | 0.78 | 0.44 |
| Hex | 76 | C8 | 19 | 29 | 0 | 58 | 16 | 58 | 4E | 2C |
| Octal | 166 | 310 | 31 | 51 | 0 | 130 | 26 | 130 | 116 | 54 |
| Binary | 1110110 | 11001000 | 11001 | 101001 | 0 | 1011000 | 10110 | 1011000 | 1001110 | 101100 |
Color Harmonies of #76C819
Complementary color
Monochromatic Colors of #76C819
Black with #76C819
Text Example
Text Example
White with #76C819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C819; }
p { color: rgb(118,200,25); }
H1.HeaderClassName
{
color: #76C819;
}
.AnyTagClassName
{
color: #76C819;
}
</style>
background-color css
<style>
a { background-color: #76C819; }
a { background-color: rgb(118,200,25); }
div.DivClassName
{
background-color: #76C819;
}
.BgClassName
{
background-color: #76C819;
}
</style>
border-color css
<style>
span { border-color: #76C819; }
span { border-color: rgb(118,200,25); }
td.TdClassName
{
border-color: #76C819;
}
.TagClassName
{
border-color: #76C819;
}
</style>