Shades of Lima #7EBB1A
Tints of Lima #7EBB1A
RGB
CMYK
RGB Variations
Color information
#7EBB1A (or 0x7EBB1A) is known color: Lima. HEX triplet: 7E, BB and 1A. RGB value is (126,187,26). Sum of RGB (Red+Green+Blue) = 126+187+26=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBB1A is #8144E5. Grayscale: #969696. Windows color (decimal): -8471782 or 1751934. OLE color: 1751934.
HSL color Cylindrical-coordinate representation of color #7EBB1A: hue angle of 82.73º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7EBB1A is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 26 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.27 |
| HSL | 82.73º | 0.76% | 0.42% | - |
| HSV(B) | 82.73º | 0.86% | 0.73% | - |
| XYZ | 26.56 | 40.05 | 7.31 | - |
| YUV | 150.41 | 57.79 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 26 | 0.33 | 0 | 0.86 | 0.27 | 82.73 | 0.76 | 0.42 |
| Hex | 7E | BB | 1A | 21 | 0 | 56 | 1B | 53 | 4C | 2A |
| Octal | 176 | 273 | 32 | 41 | 0 | 126 | 33 | 123 | 114 | 52 |
| Binary | 1111110 | 10111011 | 11010 | 100001 | 0 | 1010110 | 11011 | 1010011 | 1001100 | 101010 |
Color Harmonies of #7EBB1A
Complementary color
Monochromatic Colors of #7EBB1A
Black with #7EBB1A
Text Example
Text Example
White with #7EBB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBB1A; }
p { color: rgb(126,187,26); }
H1.HeaderClassName
{
color: #7EBB1A;
}
.AnyTagClassName
{
color: #7EBB1A;
}
</style>
background-color css
<style>
a { background-color: #7EBB1A; }
a { background-color: rgb(126,187,26); }
div.DivClassName
{
background-color: #7EBB1A;
}
.BgClassName
{
background-color: #7EBB1A;
}
</style>
border-color css
<style>
span { border-color: #7EBB1A; }
span { border-color: rgb(126,187,26); }
td.TdClassName
{
border-color: #7EBB1A;
}
.TagClassName
{
border-color: #7EBB1A;
}
</style>