Shades of Lima #7EB80D
Tints of Lima #7EB80D
RGB
CMYK
RGB Variations
Color information
#7EB80D (or 0x7EB80D) is known color: Lima. HEX triplet: 7E, B8 and 0D. RGB value is (126,184,13). Sum of RGB (Red+Green+Blue) = 126+184+13=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 184 (72.27% from 255 or 56.97% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 184 - color contains mainly: green. Hex color #7EB80D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB80D is #8147F2. Grayscale: #939393. Windows color (decimal): -8472563 or 899198. OLE color: 899198.
HSL color Cylindrical-coordinate representation of color #7EB80D: hue angle of 80.35º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EB80D is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 184 | 13 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.28 |
| HSL | 80.35º | 0.87% | 0.39% | - |
| HSV(B) | 80.35º | 0.93% | 0.72% | - |
| XYZ | 25.82 | 38.75 | 6.5 | - |
| YUV | 147.16 | 52.28 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 184 | 13 | 0.32 | 0 | 0.93 | 0.28 | 80.35 | 0.87 | 0.39 |
| Hex | 7E | B8 | D | 20 | 0 | 5D | 1C | 50 | 57 | 27 |
| Octal | 176 | 270 | 15 | 40 | 0 | 135 | 34 | 120 | 127 | 47 |
| Binary | 1111110 | 10111000 | 1101 | 100000 | 0 | 1011101 | 11100 | 1010000 | 1010111 | 100111 |
Color Harmonies of #7EB80D
Complementary color
Monochromatic Colors of #7EB80D
Black with #7EB80D
Text Example
Text Example
White with #7EB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB80D; }
p { color: rgb(126,184,13); }
H1.HeaderClassName
{
color: #7EB80D;
}
.AnyTagClassName
{
color: #7EB80D;
}
</style>
background-color css
<style>
a { background-color: #7EB80D; }
a { background-color: rgb(126,184,13); }
div.DivClassName
{
background-color: #7EB80D;
}
.BgClassName
{
background-color: #7EB80D;
}
</style>
border-color css
<style>
span { border-color: #7EB80D; }
span { border-color: rgb(126,184,13); }
td.TdClassName
{
border-color: #7EB80D;
}
.TagClassName
{
border-color: #7EB80D;
}
</style>