Shades of Lima #7EBC36
Tints of Lima #7EBC36
RGB
CMYK
RGB Variations
Color information
#7EBC36 (or 0x7EBC36) is known color: Lima. HEX triplet: 7E, BC and 36. RGB value is (126,188,54). Sum of RGB (Red+Green+Blue) = 126+188+54=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBC36 is #8143C9. Grayscale: #9A9A9A. Windows color (decimal): -8471498 or 3587198. OLE color: 3587198.
HSL color Cylindrical-coordinate representation of color #7EBC36: hue angle of 87.76º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7EBC36 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 54 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.26 |
| HSL | 87.76º | 0.55% | 0.47% | - |
| HSV(B) | 87.76º | 0.71% | 0.74% | - |
| XYZ | 27.25 | 40.67 | 9.9 | - |
| YUV | 154.19 | 71.46 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 54 | 0.33 | 0 | 0.71 | 0.26 | 87.76 | 0.55 | 0.47 |
| Hex | 7E | BC | 36 | 21 | 0 | 47 | 1A | 58 | 37 | 2F |
| Octal | 176 | 274 | 66 | 41 | 0 | 107 | 32 | 130 | 67 | 57 |
| Binary | 1111110 | 10111100 | 110110 | 100001 | 0 | 1000111 | 11010 | 1011000 | 110111 | 101111 |
Color Harmonies of #7EBC36
Complementary color
Monochromatic Colors of #7EBC36
Black with #7EBC36
Text Example
Text Example
White with #7EBC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBC36; }
p { color: rgb(126,188,54); }
H1.HeaderClassName
{
color: #7EBC36;
}
.AnyTagClassName
{
color: #7EBC36;
}
</style>
background-color css
<style>
a { background-color: #7EBC36; }
a { background-color: rgb(126,188,54); }
div.DivClassName
{
background-color: #7EBC36;
}
.BgClassName
{
background-color: #7EBC36;
}
</style>
border-color css
<style>
span { border-color: #7EBC36; }
span { border-color: rgb(126,188,54); }
td.TdClassName
{
border-color: #7EBC36;
}
.TagClassName
{
border-color: #7EBC36;
}
</style>