Shades of Lima #7EBA0E
Tints of Lima #7EBA0E
RGB
CMYK
RGB Variations
Color information
#7EBA0E (or 0x7EBA0E) is known color: Lima. HEX triplet: 7E, BA and 0E. RGB value is (126,186,14). Sum of RGB (Red+Green+Blue) = 126+186+14=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBA0E is #8145F1. Grayscale: #959595. Windows color (decimal): -8472050 or 965246. OLE color: 965246.
HSL color Cylindrical-coordinate representation of color #7EBA0E: hue angle of 80.93º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7EBA0E is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 14 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.27 |
| HSL | 80.93º | 0.86% | 0.39% | - |
| HSV(B) | 80.93º | 0.92% | 0.73% | - |
| XYZ | 26.24 | 39.59 | 6.67 | - |
| YUV | 148.45 | 52.12 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 14 | 0.32 | 0 | 0.92 | 0.27 | 80.93 | 0.86 | 0.39 |
| Hex | 7E | BA | E | 20 | 0 | 5C | 1B | 51 | 56 | 27 |
| Octal | 176 | 272 | 16 | 40 | 0 | 134 | 33 | 121 | 126 | 47 |
| Binary | 1111110 | 10111010 | 1110 | 100000 | 0 | 1011100 | 11011 | 1010001 | 1010110 | 100111 |
Color Harmonies of #7EBA0E
Complementary color
Monochromatic Colors of #7EBA0E
Black with #7EBA0E
Text Example
Text Example
White with #7EBA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA0E; }
p { color: rgb(126,186,14); }
H1.HeaderClassName
{
color: #7EBA0E;
}
.AnyTagClassName
{
color: #7EBA0E;
}
</style>
background-color css
<style>
a { background-color: #7EBA0E; }
a { background-color: rgb(126,186,14); }
div.DivClassName
{
background-color: #7EBA0E;
}
.BgClassName
{
background-color: #7EBA0E;
}
</style>
border-color css
<style>
span { border-color: #7EBA0E; }
span { border-color: rgb(126,186,14); }
td.TdClassName
{
border-color: #7EBA0E;
}
.TagClassName
{
border-color: #7EBA0E;
}
</style>