Shades of Lima #76C12F
Tints of Lima #76C12F
RGB
CMYK
RGB Variations
Color information
#76C12F (or 0x76C12F) is known color: Lima. HEX triplet: 76, C1 and 2F. RGB value is (118,193,47). Sum of RGB (Red+Green+Blue) = 118+193+47=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #76C12F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C12F is #893ED0. Grayscale: #9A9A9A. Windows color (decimal): -8994513 or 3129718. OLE color: 3129718.
HSL color Cylindrical-coordinate representation of color #76C12F: hue angle of 90.82º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76C12F is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 47 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.24 |
| HSL | 90.82º | 0.61% | 0.47% | - |
| HSV(B) | 90.82º | 0.76% | 0.76% | - |
| XYZ | 27.05 | 42.2 | 9.41 | - |
| YUV | 153.93 | 67.65 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 47 | 0.39 | 0 | 0.76 | 0.24 | 90.82 | 0.61 | 0.47 |
| Hex | 76 | C1 | 2F | 27 | 0 | 4C | 18 | 5B | 3D | 2F |
| Octal | 166 | 301 | 57 | 47 | 0 | 114 | 30 | 133 | 75 | 57 |
| Binary | 1110110 | 11000001 | 101111 | 100111 | 0 | 1001100 | 11000 | 1011011 | 111101 | 101111 |
Color Harmonies of #76C12F
Complementary color
Monochromatic Colors of #76C12F
Black with #76C12F
Text Example
Text Example
White with #76C12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C12F; }
p { color: rgb(118,193,47); }
H1.HeaderClassName
{
color: #76C12F;
}
.AnyTagClassName
{
color: #76C12F;
}
</style>
background-color css
<style>
a { background-color: #76C12F; }
a { background-color: rgb(118,193,47); }
div.DivClassName
{
background-color: #76C12F;
}
.BgClassName
{
background-color: #76C12F;
}
</style>
border-color css
<style>
span { border-color: #76C12F; }
span { border-color: rgb(118,193,47); }
td.TdClassName
{
border-color: #76C12F;
}
.TagClassName
{
border-color: #76C12F;
}
</style>