Shades of Lima #7BBC0E
Tints of Lima #7BBC0E
RGB
CMYK
RGB Variations
Color information
#7BBC0E (or 0x7BBC0E) is known color: Lima. HEX triplet: 7B, BC and 0E. RGB value is (123,188,14). Sum of RGB (Red+Green+Blue) = 123+188+14=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBC0E is #8443F1. Grayscale: #959595. Windows color (decimal): -8668146 or 965755. OLE color: 965755.
HSL color Cylindrical-coordinate representation of color #7BBC0E: hue angle of 82.41º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7BBC0E is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 14 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.26 |
| HSL | 82.41º | 0.86% | 0.4% | - |
| HSV(B) | 82.41º | 0.93% | 0.74% | - |
| XYZ | 26.23 | 40.21 | 6.79 | - |
| YUV | 148.73 | 51.97 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 14 | 0.35 | 0 | 0.93 | 0.26 | 82.41 | 0.86 | 0.4 |
| Hex | 7B | BC | E | 23 | 0 | 5D | 1A | 52 | 56 | 28 |
| Octal | 173 | 274 | 16 | 43 | 0 | 135 | 32 | 122 | 126 | 50 |
| Binary | 1111011 | 10111100 | 1110 | 100011 | 0 | 1011101 | 11010 | 1010010 | 1010110 | 101000 |
Color Harmonies of #7BBC0E
Complementary color
Monochromatic Colors of #7BBC0E
Black with #7BBC0E
Text Example
Text Example
White with #7BBC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC0E; }
p { color: rgb(123,188,14); }
H1.HeaderClassName
{
color: #7BBC0E;
}
.AnyTagClassName
{
color: #7BBC0E;
}
</style>
background-color css
<style>
a { background-color: #7BBC0E; }
a { background-color: rgb(123,188,14); }
div.DivClassName
{
background-color: #7BBC0E;
}
.BgClassName
{
background-color: #7BBC0E;
}
</style>
border-color css
<style>
span { border-color: #7BBC0E; }
span { border-color: rgb(123,188,14); }
td.TdClassName
{
border-color: #7BBC0E;
}
.TagClassName
{
border-color: #7BBC0E;
}
</style>