Shades of Lima #7CBB0E
Tints of Lima #7CBB0E
RGB
CMYK
RGB Variations
Color information
#7CBB0E (or 0x7CBB0E) is known color: Lima. HEX triplet: 7C, BB and 0E. RGB value is (124,187,14). Sum of RGB (Red+Green+Blue) = 124+187+14=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 187 (73.44% from 255 or 57.54% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBB0E is #8344F1. Grayscale: #959595. Windows color (decimal): -8602866 or 965500. OLE color: 965500.
HSL color Cylindrical-coordinate representation of color #7CBB0E: hue angle of 81.85º 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 #7CBB0E is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 14 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.27 |
| HSL | 81.85º | 0.86% | 0.39% | - |
| HSV(B) | 81.85º | 0.93% | 0.73% | - |
| XYZ | 26.16 | 39.86 | 6.73 | - |
| YUV | 148.44 | 52.13 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 14 | 0.34 | 0 | 0.93 | 0.27 | 81.85 | 0.86 | 0.39 |
| Hex | 7C | BB | E | 22 | 0 | 5D | 1B | 52 | 56 | 27 |
| Octal | 174 | 273 | 16 | 42 | 0 | 135 | 33 | 122 | 126 | 47 |
| Binary | 1111100 | 10111011 | 1110 | 100010 | 0 | 1011101 | 11011 | 1010010 | 1010110 | 100111 |
Color Harmonies of #7CBB0E
Complementary color
Monochromatic Colors of #7CBB0E
Black with #7CBB0E
Text Example
Text Example
White with #7CBB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB0E; }
p { color: rgb(124,187,14); }
H1.HeaderClassName
{
color: #7CBB0E;
}
.AnyTagClassName
{
color: #7CBB0E;
}
</style>
background-color css
<style>
a { background-color: #7CBB0E; }
a { background-color: rgb(124,187,14); }
div.DivClassName
{
background-color: #7CBB0E;
}
.BgClassName
{
background-color: #7CBB0E;
}
</style>
border-color css
<style>
span { border-color: #7CBB0E; }
span { border-color: rgb(124,187,14); }
td.TdClassName
{
border-color: #7CBB0E;
}
.TagClassName
{
border-color: #7CBB0E;
}
</style>