Shades of Lima #7BBC2E
Tints of Lima #7BBC2E
RGB
CMYK
RGB Variations
Color information
#7BBC2E (or 0x7BBC2E) is known color: Lima. HEX triplet: 7B, BC and 2E. RGB value is (123,188,46). Sum of RGB (Red+Green+Blue) = 123+188+46=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC2E is #8443D1. Grayscale: #989898. Windows color (decimal): -8668114 or 3062907. OLE color: 3062907.
HSL color Cylindrical-coordinate representation of color #7BBC2E: hue angle of 87.46º 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 #7BBC2E is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 46 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.26 |
| HSL | 87.46º | 0.61% | 0.46% | - |
| HSV(B) | 87.46º | 0.76% | 0.74% | - |
| XYZ | 26.64 | 40.37 | 8.97 | - |
| YUV | 152.38 | 67.97 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 46 | 0.35 | 0 | 0.76 | 0.26 | 87.46 | 0.61 | 0.46 |
| Hex | 7B | BC | 2E | 23 | 0 | 4C | 1A | 57 | 3D | 2E |
| Octal | 173 | 274 | 56 | 43 | 0 | 114 | 32 | 127 | 75 | 56 |
| Binary | 1111011 | 10111100 | 101110 | 100011 | 0 | 1001100 | 11010 | 1010111 | 111101 | 101110 |
Color Harmonies of #7BBC2E
Complementary color
Monochromatic Colors of #7BBC2E
Black with #7BBC2E
Text Example
Text Example
White with #7BBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC2E; }
p { color: rgb(123,188,46); }
H1.HeaderClassName
{
color: #7BBC2E;
}
.AnyTagClassName
{
color: #7BBC2E;
}
</style>
background-color css
<style>
a { background-color: #7BBC2E; }
a { background-color: rgb(123,188,46); }
div.DivClassName
{
background-color: #7BBC2E;
}
.BgClassName
{
background-color: #7BBC2E;
}
</style>
border-color css
<style>
span { border-color: #7BBC2E; }
span { border-color: rgb(123,188,46); }
td.TdClassName
{
border-color: #7BBC2E;
}
.TagClassName
{
border-color: #7BBC2E;
}
</style>