Shades of Lima #7EBB2D
Tints of Lima #7EBB2D
RGB
CMYK
RGB Variations
Color information
#7EBB2D (or 0x7EBB2D) is known color: Lima. HEX triplet: 7E, BB and 2D. RGB value is (126,187,45). Sum of RGB (Red+Green+Blue) = 126+187+45=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBB2D is #8144D2. Grayscale: #999999. Windows color (decimal): -8471763 or 2997118. OLE color: 2997118.
HSL color Cylindrical-coordinate representation of color #7EBB2D: hue angle of 85.77º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7EBB2D is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 45 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.27 |
| HSL | 85.77º | 0.61% | 0.45% | - |
| HSV(B) | 85.77º | 0.76% | 0.73% | - |
| XYZ | 26.85 | 40.17 | 8.82 | - |
| YUV | 152.57 | 67.29 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 45 | 0.33 | 0 | 0.76 | 0.27 | 85.77 | 0.61 | 0.45 |
| Hex | 7E | BB | 2D | 21 | 0 | 4C | 1B | 56 | 3D | 2D |
| Octal | 176 | 273 | 55 | 41 | 0 | 114 | 33 | 126 | 75 | 55 |
| Binary | 1111110 | 10111011 | 101101 | 100001 | 0 | 1001100 | 11011 | 1010110 | 111101 | 101101 |
Color Harmonies of #7EBB2D
Complementary color
Monochromatic Colors of #7EBB2D
Black with #7EBB2D
Text Example
Text Example
White with #7EBB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBB2D; }
p { color: rgb(126,187,45); }
H1.HeaderClassName
{
color: #7EBB2D;
}
.AnyTagClassName
{
color: #7EBB2D;
}
</style>
background-color css
<style>
a { background-color: #7EBB2D; }
a { background-color: rgb(126,187,45); }
div.DivClassName
{
background-color: #7EBB2D;
}
.BgClassName
{
background-color: #7EBB2D;
}
</style>
border-color css
<style>
span { border-color: #7EBB2D; }
span { border-color: rgb(126,187,45); }
td.TdClassName
{
border-color: #7EBB2D;
}
.TagClassName
{
border-color: #7EBB2D;
}
</style>