Shades of Lima #7EBC2E
Tints of Lima #7EBC2E
RGB
CMYK
RGB Variations
Color information
#7EBC2E (or 0x7EBC2E) is known color: Lima. HEX triplet: 7E, BC and 2E. RGB value is (126,188,46). Sum of RGB (Red+Green+Blue) = 126+188+46=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBC2E is #8143D1. Grayscale: #999999. Windows color (decimal): -8471506 or 3062910. OLE color: 3062910.
HSL color Cylindrical-coordinate representation of color #7EBC2E: hue angle of 86.2º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7EBC2E is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 46 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.26 |
| HSL | 86.2º | 0.61% | 0.46% | - |
| HSV(B) | 86.2º | 0.76% | 0.74% | - |
| XYZ | 27.08 | 40.6 | 8.99 | - |
| YUV | 153.27 | 67.46 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 46 | 0.33 | 0 | 0.76 | 0.26 | 86.2 | 0.61 | 0.46 |
| Hex | 7E | BC | 2E | 21 | 0 | 4C | 1A | 56 | 3D | 2E |
| Octal | 176 | 274 | 56 | 41 | 0 | 114 | 32 | 126 | 75 | 56 |
| Binary | 1111110 | 10111100 | 101110 | 100001 | 0 | 1001100 | 11010 | 1010110 | 111101 | 101110 |
Color Harmonies of #7EBC2E
Complementary color
Monochromatic Colors of #7EBC2E
Black with #7EBC2E
Text Example
Text Example
White with #7EBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBC2E; }
p { color: rgb(126,188,46); }
H1.HeaderClassName
{
color: #7EBC2E;
}
.AnyTagClassName
{
color: #7EBC2E;
}
</style>
background-color css
<style>
a { background-color: #7EBC2E; }
a { background-color: rgb(126,188,46); }
div.DivClassName
{
background-color: #7EBC2E;
}
.BgClassName
{
background-color: #7EBC2E;
}
</style>
border-color css
<style>
span { border-color: #7EBC2E; }
span { border-color: rgb(126,188,46); }
td.TdClassName
{
border-color: #7EBC2E;
}
.TagClassName
{
border-color: #7EBC2E;
}
</style>