Shades of Lima #76D41F
Tints of Lima #76D41F
RGB
CMYK
RGB Variations
Color information
#76D41F (or 0x76D41F) is known color: Lima. HEX triplet: 76, D4 and 1F. RGB value is (118,212,31). Sum of RGB (Red+Green+Blue) = 118+212+31=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #76D41F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D41F is #892BE0. Grayscale: #A3A3A3. Windows color (decimal): -8989665 or 2086006. OLE color: 2086006.
HSL color Cylindrical-coordinate representation of color #76D41F: hue angle of 91.16º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76D41F is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 212 | 31 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.17 |
| HSL | 91.16º | 0.74% | 0.48% | - |
| HSV(B) | 91.16º | 0.85% | 0.83% | - |
| XYZ | 31.26 | 51.04 | 9.5 | - |
| YUV | 163.26 | 53.36 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 212 | 31 | 0.44 | 0 | 0.85 | 0.17 | 91.16 | 0.74 | 0.48 |
| Hex | 76 | D4 | 1F | 2C | 0 | 55 | 11 | 5B | 4A | 30 |
| Octal | 166 | 324 | 37 | 54 | 0 | 125 | 21 | 133 | 112 | 60 |
| Binary | 1110110 | 11010100 | 11111 | 101100 | 0 | 1010101 | 10001 | 1011011 | 1001010 | 110000 |
Color Harmonies of #76D41F
Complementary color
Monochromatic Colors of #76D41F
Black with #76D41F
Text Example
Text Example
White with #76D41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D41F; }
p { color: rgb(118,212,31); }
H1.HeaderClassName
{
color: #76D41F;
}
.AnyTagClassName
{
color: #76D41F;
}
</style>
background-color css
<style>
a { background-color: #76D41F; }
a { background-color: rgb(118,212,31); }
div.DivClassName
{
background-color: #76D41F;
}
.BgClassName
{
background-color: #76D41F;
}
</style>
border-color css
<style>
span { border-color: #76D41F; }
span { border-color: rgb(118,212,31); }
td.TdClassName
{
border-color: #76D41F;
}
.TagClassName
{
border-color: #76D41F;
}
</style>