Shades of Lima #7EBB16
Tints of Lima #7EBB16
RGB
CMYK
RGB Variations
Color information
#7EBB16 (or 0x7EBB16) is known color: Lima. HEX triplet: 7E, BB and 16. RGB value is (126,187,22). Sum of RGB (Red+Green+Blue) = 126+187+22=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBB16 is #8144E9. Grayscale: #969696. Windows color (decimal): -8471786 or 1489790. OLE color: 1489790.
HSL color Cylindrical-coordinate representation of color #7EBB16: hue angle of 82.18º degrees, saturation: 0.79, 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 #7EBB16 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 22 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.27 |
| HSL | 82.18º | 0.79% | 0.41% | - |
| HSV(B) | 82.18º | 0.88% | 0.73% | - |
| XYZ | 26.52 | 40.03 | 7.09 | - |
| YUV | 149.95 | 55.79 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 22 | 0.33 | 0 | 0.88 | 0.27 | 82.18 | 0.79 | 0.41 |
| Hex | 7E | BB | 16 | 21 | 0 | 58 | 1B | 52 | 4F | 29 |
| Octal | 176 | 273 | 26 | 41 | 0 | 130 | 33 | 122 | 117 | 51 |
| Binary | 1111110 | 10111011 | 10110 | 100001 | 0 | 1011000 | 11011 | 1010010 | 1001111 | 101001 |
Color Harmonies of #7EBB16
Complementary color
Monochromatic Colors of #7EBB16
Black with #7EBB16
Text Example
Text Example
White with #7EBB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBB16; }
p { color: rgb(126,187,22); }
H1.HeaderClassName
{
color: #7EBB16;
}
.AnyTagClassName
{
color: #7EBB16;
}
</style>
background-color css
<style>
a { background-color: #7EBB16; }
a { background-color: rgb(126,187,22); }
div.DivClassName
{
background-color: #7EBB16;
}
.BgClassName
{
background-color: #7EBB16;
}
</style>
border-color css
<style>
span { border-color: #7EBB16; }
span { border-color: rgb(126,187,22); }
td.TdClassName
{
border-color: #7EBB16;
}
.TagClassName
{
border-color: #7EBB16;
}
</style>