Shades of Lima #7EBC2C
Tints of Lima #7EBC2C
RGB
CMYK
RGB Variations
Color information
#7EBC2C (or 0x7EBC2C) is known color: Lima. HEX triplet: 7E, BC and 2C. RGB value is (126,188,44). Sum of RGB (Red+Green+Blue) = 126+188+44=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBC2C is #8143D3. Grayscale: #999999. Windows color (decimal): -8471508 or 2931838. OLE color: 2931838.
HSL color Cylindrical-coordinate representation of color #7EBC2C: hue angle of 85.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7EBC2C is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 44 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.26 |
| HSL | 85.83º | 0.62% | 0.45% | - |
| HSV(B) | 85.83º | 0.77% | 0.74% | - |
| XYZ | 27.04 | 40.58 | 8.79 | - |
| YUV | 153.05 | 66.46 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 44 | 0.33 | 0 | 0.77 | 0.26 | 85.83 | 0.62 | 0.45 |
| Hex | 7E | BC | 2C | 21 | 0 | 4D | 1A | 56 | 3E | 2D |
| Octal | 176 | 274 | 54 | 41 | 0 | 115 | 32 | 126 | 76 | 55 |
| Binary | 1111110 | 10111100 | 101100 | 100001 | 0 | 1001101 | 11010 | 1010110 | 111110 | 101101 |
Color Harmonies of #7EBC2C
Complementary color
Monochromatic Colors of #7EBC2C
Black with #7EBC2C
Text Example
Text Example
White with #7EBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBC2C; }
p { color: rgb(126,188,44); }
H1.HeaderClassName
{
color: #7EBC2C;
}
.AnyTagClassName
{
color: #7EBC2C;
}
</style>
background-color css
<style>
a { background-color: #7EBC2C; }
a { background-color: rgb(126,188,44); }
div.DivClassName
{
background-color: #7EBC2C;
}
.BgClassName
{
background-color: #7EBC2C;
}
</style>
border-color css
<style>
span { border-color: #7EBC2C; }
span { border-color: rgb(126,188,44); }
td.TdClassName
{
border-color: #7EBC2C;
}
.TagClassName
{
border-color: #7EBC2C;
}
</style>