Shades of Lima #76C51B
Tints of Lima #76C51B
RGB
CMYK
RGB Variations
Color information
#76C51B (or 0x76C51B) is known color: Lima. HEX triplet: 76, C5 and 1B. RGB value is (118,197,27). Sum of RGB (Red+Green+Blue) = 118+197+27=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #76C51B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C51B is #893AE4. Grayscale: #9A9A9A. Windows color (decimal): -8993509 or 1820022. OLE color: 1820022.
HSL color Cylindrical-coordinate representation of color #76C51B: hue angle of 87.88º 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 #76C51B is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 27 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.23 |
| HSL | 87.88º | 0.76% | 0.44% | - |
| HSV(B) | 87.88º | 0.86% | 0.77% | - |
| XYZ | 27.64 | 43.86 | 8.05 | - |
| YUV | 154 | 56.33 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 27 | 0.40 | 0 | 0.86 | 0.23 | 87.88 | 0.76 | 0.44 |
| Hex | 76 | C5 | 1B | 28 | 0 | 56 | 17 | 58 | 4C | 2C |
| Octal | 166 | 305 | 33 | 50 | 0 | 126 | 27 | 130 | 114 | 54 |
| Binary | 1110110 | 11000101 | 11011 | 101000 | 0 | 1010110 | 10111 | 1011000 | 1001100 | 101100 |
Color Harmonies of #76C51B
Complementary color
Monochromatic Colors of #76C51B
Black with #76C51B
Text Example
Text Example
White with #76C51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C51B; }
p { color: rgb(118,197,27); }
H1.HeaderClassName
{
color: #76C51B;
}
.AnyTagClassName
{
color: #76C51B;
}
</style>
background-color css
<style>
a { background-color: #76C51B; }
a { background-color: rgb(118,197,27); }
div.DivClassName
{
background-color: #76C51B;
}
.BgClassName
{
background-color: #76C51B;
}
</style>
border-color css
<style>
span { border-color: #76C51B; }
span { border-color: rgb(118,197,27); }
td.TdClassName
{
border-color: #76C51B;
}
.TagClassName
{
border-color: #76C51B;
}
</style>