Shades of Lima #76C01E
Tints of Lima #76C01E
RGB
CMYK
RGB Variations
Color information
#76C01E (or 0x76C01E) is known color: Lima. HEX triplet: 76, C0 and 1E. RGB value is (118,192,30). Sum of RGB (Red+Green+Blue) = 118+192+30=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #76C01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C01E is #893FE1. Grayscale: #979797. Windows color (decimal): -8994786 or 2015350. OLE color: 2015350.
HSL color Cylindrical-coordinate representation of color #76C01E: hue angle of 87.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76C01E is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 30 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.25 |
| HSL | 87.41º | 0.73% | 0.44% | - |
| HSV(B) | 87.41º | 0.84% | 0.75% | - |
| XYZ | 26.56 | 41.64 | 7.87 | - |
| YUV | 151.41 | 59.48 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 30 | 0.39 | 0 | 0.84 | 0.25 | 87.41 | 0.73 | 0.44 |
| Hex | 76 | C0 | 1E | 27 | 0 | 54 | 19 | 57 | 49 | 2C |
| Octal | 166 | 300 | 36 | 47 | 0 | 124 | 31 | 127 | 111 | 54 |
| Binary | 1110110 | 11000000 | 11110 | 100111 | 0 | 1010100 | 11001 | 1010111 | 1001001 | 101100 |
Color Harmonies of #76C01E
Complementary color
Monochromatic Colors of #76C01E
Black with #76C01E
Text Example
Text Example
White with #76C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C01E; }
p { color: rgb(118,192,30); }
H1.HeaderClassName
{
color: #76C01E;
}
.AnyTagClassName
{
color: #76C01E;
}
</style>
background-color css
<style>
a { background-color: #76C01E; }
a { background-color: rgb(118,192,30); }
div.DivClassName
{
background-color: #76C01E;
}
.BgClassName
{
background-color: #76C01E;
}
</style>
border-color css
<style>
span { border-color: #76C01E; }
span { border-color: rgb(118,192,30); }
td.TdClassName
{
border-color: #76C01E;
}
.TagClassName
{
border-color: #76C01E;
}
</style>