Shades of Lima #7EBA17
Tints of Lima #7EBA17
RGB
CMYK
RGB Variations
Color information
#7EBA17 (or 0x7EBA17) is known color: Lima. HEX triplet: 7E, BA and 17. RGB value is (126,186,23). Sum of RGB (Red+Green+Blue) = 126+186+23=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBA17 is #8145E8. Grayscale: #969696. Windows color (decimal): -8472041 or 1555070. OLE color: 1555070.
HSL color Cylindrical-coordinate representation of color #7EBA17: hue angle of 82.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7EBA17 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 23 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.27 |
| HSL | 82.09º | 0.78% | 0.41% | - |
| HSV(B) | 82.09º | 0.88% | 0.73% | - |
| XYZ | 26.32 | 39.62 | 7.07 | - |
| YUV | 149.48 | 56.62 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 23 | 0.32 | 0 | 0.88 | 0.27 | 82.09 | 0.78 | 0.41 |
| Hex | 7E | BA | 17 | 20 | 0 | 58 | 1B | 52 | 4E | 29 |
| Octal | 176 | 272 | 27 | 40 | 0 | 130 | 33 | 122 | 116 | 51 |
| Binary | 1111110 | 10111010 | 10111 | 100000 | 0 | 1011000 | 11011 | 1010010 | 1001110 | 101001 |
Color Harmonies of #7EBA17
Complementary color
Monochromatic Colors of #7EBA17
Black with #7EBA17
Text Example
Text Example
White with #7EBA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA17; }
p { color: rgb(126,186,23); }
H1.HeaderClassName
{
color: #7EBA17;
}
.AnyTagClassName
{
color: #7EBA17;
}
</style>
background-color css
<style>
a { background-color: #7EBA17; }
a { background-color: rgb(126,186,23); }
div.DivClassName
{
background-color: #7EBA17;
}
.BgClassName
{
background-color: #7EBA17;
}
</style>
border-color css
<style>
span { border-color: #7EBA17; }
span { border-color: rgb(126,186,23); }
td.TdClassName
{
border-color: #7EBA17;
}
.TagClassName
{
border-color: #7EBA17;
}
</style>