Shades of Lima #7EBA2B
Tints of Lima #7EBA2B
RGB
CMYK
RGB Variations
Color information
#7EBA2B (or 0x7EBA2B) is known color: Lima. HEX triplet: 7E, BA and 2B. RGB value is (126,186,43). Sum of RGB (Red+Green+Blue) = 126+186+43=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBA2B is #8145D4. Grayscale: #989898. Windows color (decimal): -8472021 or 2865790. OLE color: 2865790.
HSL color Cylindrical-coordinate representation of color #7EBA2B: hue angle of 85.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7EBA2B is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 43 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.27 |
| HSL | 85.17º | 0.62% | 0.45% | - |
| HSV(B) | 85.17º | 0.77% | 0.73% | - |
| XYZ | 26.6 | 39.73 | 8.55 | - |
| YUV | 151.76 | 66.62 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 43 | 0.32 | 0 | 0.77 | 0.27 | 85.17 | 0.62 | 0.45 |
| Hex | 7E | BA | 2B | 20 | 0 | 4D | 1B | 55 | 3E | 2D |
| Octal | 176 | 272 | 53 | 40 | 0 | 115 | 33 | 125 | 76 | 55 |
| Binary | 1111110 | 10111010 | 101011 | 100000 | 0 | 1001101 | 11011 | 1010101 | 111110 | 101101 |
Color Harmonies of #7EBA2B
Complementary color
Monochromatic Colors of #7EBA2B
Black with #7EBA2B
Text Example
Text Example
White with #7EBA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA2B; }
p { color: rgb(126,186,43); }
H1.HeaderClassName
{
color: #7EBA2B;
}
.AnyTagClassName
{
color: #7EBA2B;
}
</style>
background-color css
<style>
a { background-color: #7EBA2B; }
a { background-color: rgb(126,186,43); }
div.DivClassName
{
background-color: #7EBA2B;
}
.BgClassName
{
background-color: #7EBA2B;
}
</style>
border-color css
<style>
span { border-color: #7EBA2B; }
span { border-color: rgb(126,186,43); }
td.TdClassName
{
border-color: #7EBA2B;
}
.TagClassName
{
border-color: #7EBA2B;
}
</style>