Shades of Lima #7EBA00
Tints of Lima #7EBA00
RGB
CMYK
RGB Variations
Color information
#7EBA00 (or 0x7EBA00) is known color: Lima. HEX triplet: 7E, BA and 00. RGB value is (126,186,0). Sum of RGB (Red+Green+Blue) = 126+186+0=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBA00 is #8145FF. Grayscale: #939393. Windows color (decimal): -8472064 or 47742. OLE color: 47742.
HSL color Cylindrical-coordinate representation of color #7EBA00: hue angle of 79.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7EBA00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.27 |
| HSL | 79.35º | 1% | 0.36% | - |
| HSV(B) | 79.35º | 1% | 0.73% | - |
| XYZ | 26.16 | 39.55 | 6.26 | - |
| YUV | 146.86 | 45.12 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 0 | 0.32 | 0 | 1 | 0.27 | 79.35 | 1 | 0.36 |
| Hex | 7E | BA | 0 | 20 | 0 | 64 | 1B | 4F | 64 | 24 |
| Octal | 176 | 272 | 0 | 40 | 0 | 144 | 33 | 117 | 144 | 44 |
| Binary | 1111110 | 10111010 | 0 | 100000 | 0 | 1100100 | 11011 | 1001111 | 1100100 | 100100 |
Color Harmonies of #7EBA00
Complementary color
Monochromatic Colors of #7EBA00
Black with #7EBA00
Text Example
Text Example
White with #7EBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA00; }
p { color: rgb(126,186,0); }
H1.HeaderClassName
{
color: #7EBA00;
}
.AnyTagClassName
{
color: #7EBA00;
}
</style>
background-color css
<style>
a { background-color: #7EBA00; }
a { background-color: rgb(126,186,0); }
div.DivClassName
{
background-color: #7EBA00;
}
.BgClassName
{
background-color: #7EBA00;
}
</style>
border-color css
<style>
span { border-color: #7EBA00; }
span { border-color: rgb(126,186,0); }
td.TdClassName
{
border-color: #7EBA00;
}
.TagClassName
{
border-color: #7EBA00;
}
</style>