Shades of Lima #7CB111
Tints of Lima #7CB111
RGB
CMYK
RGB Variations
Color information
#7CB111 (or 0x7CB111) is known color: Lima. HEX triplet: 7C, B1 and 11. RGB value is (124,177,17). Sum of RGB (Red+Green+Blue) = 124+177+17=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB111 is #834EEE. Grayscale: #8F8F8F. Windows color (decimal): -8605423 or 1159548. OLE color: 1159548.
HSL color Cylindrical-coordinate representation of color #7CB111: hue angle of 79.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CB111 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 17 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.31 |
| HSL | 79.88º | 0.82% | 0.38% | - |
| HSV(B) | 79.88º | 0.9% | 0.69% | - |
| XYZ | 24.14 | 35.77 | 6.16 | - |
| YUV | 142.91 | 56.94 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 17 | 0.30 | 0 | 0.90 | 0.31 | 79.88 | 0.82 | 0.38 |
| Hex | 7C | B1 | 11 | 1E | 0 | 5A | 1F | 50 | 52 | 26 |
| Octal | 174 | 261 | 21 | 36 | 0 | 132 | 37 | 120 | 122 | 46 |
| Binary | 1111100 | 10110001 | 10001 | 11110 | 0 | 1011010 | 11111 | 1010000 | 1010010 | 100110 |
Color Harmonies of #7CB111
Complementary color
Monochromatic Colors of #7CB111
Black with #7CB111
Text Example
Text Example
White with #7CB111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB111; }
p { color: rgb(124,177,17); }
H1.HeaderClassName
{
color: #7CB111;
}
.AnyTagClassName
{
color: #7CB111;
}
</style>
background-color css
<style>
a { background-color: #7CB111; }
a { background-color: rgb(124,177,17); }
div.DivClassName
{
background-color: #7CB111;
}
.BgClassName
{
background-color: #7CB111;
}
</style>
border-color css
<style>
span { border-color: #7CB111; }
span { border-color: rgb(124,177,17); }
td.TdClassName
{
border-color: #7CB111;
}
.TagClassName
{
border-color: #7CB111;
}
</style>