Shades of Lima #7BBB0E
Tints of Lima #7BBB0E
RGB
CMYK
RGB Variations
Color information
#7BBB0E (or 0x7BBB0E) is known color: Lima. HEX triplet: 7B, BB and 0E. RGB value is (123,187,14). Sum of RGB (Red+Green+Blue) = 123+187+14=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBB0E is #8444F1. Grayscale: #949494. Windows color (decimal): -8668402 or 965499. OLE color: 965499.
HSL color Cylindrical-coordinate representation of color #7BBB0E: hue angle of 82.2º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7BBB0E is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 187 | 14 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.27 |
| HSL | 82.2º | 0.86% | 0.39% | - |
| HSV(B) | 82.2º | 0.93% | 0.73% | - |
| XYZ | 26.02 | 39.78 | 6.72 | - |
| YUV | 148.14 | 52.3 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 14 | 0.34 | 0 | 0.93 | 0.27 | 82.2 | 0.86 | 0.39 |
| Hex | 7B | BB | E | 22 | 0 | 5D | 1B | 52 | 56 | 27 |
| Octal | 173 | 273 | 16 | 42 | 0 | 135 | 33 | 122 | 126 | 47 |
| Binary | 1111011 | 10111011 | 1110 | 100010 | 0 | 1011101 | 11011 | 1010010 | 1010110 | 100111 |
Color Harmonies of #7BBB0E
Complementary color
Monochromatic Colors of #7BBB0E
Black with #7BBB0E
Text Example
Text Example
White with #7BBB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBB0E; }
p { color: rgb(123,187,14); }
H1.HeaderClassName
{
color: #7BBB0E;
}
.AnyTagClassName
{
color: #7BBB0E;
}
</style>
background-color css
<style>
a { background-color: #7BBB0E; }
a { background-color: rgb(123,187,14); }
div.DivClassName
{
background-color: #7BBB0E;
}
.BgClassName
{
background-color: #7BBB0E;
}
</style>
border-color css
<style>
span { border-color: #7BBB0E; }
span { border-color: rgb(123,187,14); }
td.TdClassName
{
border-color: #7BBB0E;
}
.TagClassName
{
border-color: #7BBB0E;
}
</style>