Shades of Lima #76D319
Tints of Lima #76D319
RGB
CMYK
RGB Variations
Color information
#76D319 (or 0x76D319) is known color: Lima. HEX triplet: 76, D3 and 19. RGB value is (118,211,25). Sum of RGB (Red+Green+Blue) = 118+211+25=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 211 (82.81% from 255 or 59.60% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 211 - color contains mainly: green. Hex color #76D319 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D319 is #892CE6. Grayscale: #A2A2A2. Windows color (decimal): -8989927 or 1692534. OLE color: 1692534.
HSL color Cylindrical-coordinate representation of color #76D319: hue angle of 90º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76D319 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 211 | 25 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.17 |
| HSL | 90º | 0.79% | 0.46% | - |
| HSV(B) | 90º | 0.88% | 0.83% | - |
| XYZ | 30.94 | 50.51 | 9.04 | - |
| YUV | 161.99 | 50.69 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 211 | 25 | 0.44 | 0 | 0.88 | 0.17 | 90 | 0.79 | 0.46 |
| Hex | 76 | D3 | 19 | 2C | 0 | 58 | 11 | 5A | 4F | 2E |
| Octal | 166 | 323 | 31 | 54 | 0 | 130 | 21 | 132 | 117 | 56 |
| Binary | 1110110 | 11010011 | 11001 | 101100 | 0 | 1011000 | 10001 | 1011010 | 1001111 | 101110 |
Color Harmonies of #76D319
Complementary color
Monochromatic Colors of #76D319
Black with #76D319
Text Example
Text Example
White with #76D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D319; }
p { color: rgb(118,211,25); }
H1.HeaderClassName
{
color: #76D319;
}
.AnyTagClassName
{
color: #76D319;
}
</style>
background-color css
<style>
a { background-color: #76D319; }
a { background-color: rgb(118,211,25); }
div.DivClassName
{
background-color: #76D319;
}
.BgClassName
{
background-color: #76D319;
}
</style>
border-color css
<style>
span { border-color: #76D319; }
span { border-color: rgb(118,211,25); }
td.TdClassName
{
border-color: #76D319;
}
.TagClassName
{
border-color: #76D319;
}
</style>