Shades of Lima #76C41B
Tints of Lima #76C41B
RGB
CMYK
RGB Variations
Color information
#76C41B (or 0x76C41B) is known color: Lima. HEX triplet: 76, C4 and 1B. RGB value is (118,196,27). Sum of RGB (Red+Green+Blue) = 118+196+27=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 196 (76.95% from 255 or 57.48% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 196 - color contains mainly: green. Hex color #76C41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C41B is #893BE4. Grayscale: #9A9A9A. Windows color (decimal): -8993765 or 1819766. OLE color: 1819766.
HSL color Cylindrical-coordinate representation of color #76C41B: hue angle of 87.69º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76C41B is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 196 | 27 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.23 |
| HSL | 87.69º | 0.76% | 0.44% | - |
| HSV(B) | 87.69º | 0.86% | 0.77% | - |
| XYZ | 27.41 | 43.41 | 7.97 | - |
| YUV | 153.41 | 56.66 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 27 | 0.40 | 0 | 0.86 | 0.23 | 87.69 | 0.76 | 0.44 |
| Hex | 76 | C4 | 1B | 28 | 0 | 56 | 17 | 58 | 4C | 2C |
| Octal | 166 | 304 | 33 | 50 | 0 | 126 | 27 | 130 | 114 | 54 |
| Binary | 1110110 | 11000100 | 11011 | 101000 | 0 | 1010110 | 10111 | 1011000 | 1001100 | 101100 |
Color Harmonies of #76C41B
Complementary color
Monochromatic Colors of #76C41B
Black with #76C41B
Text Example
Text Example
White with #76C41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C41B; }
p { color: rgb(118,196,27); }
H1.HeaderClassName
{
color: #76C41B;
}
.AnyTagClassName
{
color: #76C41B;
}
</style>
background-color css
<style>
a { background-color: #76C41B; }
a { background-color: rgb(118,196,27); }
div.DivClassName
{
background-color: #76C41B;
}
.BgClassName
{
background-color: #76C41B;
}
</style>
border-color css
<style>
span { border-color: #76C41B; }
span { border-color: rgb(118,196,27); }
td.TdClassName
{
border-color: #76C41B;
}
.TagClassName
{
border-color: #76C41B;
}
</style>