Shades of Lima #7CB11C
Tints of Lima #7CB11C
RGB
CMYK
RGB Variations
Color information
#7CB11C (or 0x7CB11C) is known color: Lima. HEX triplet: 7C, B1 and 1C. RGB value is (124,177,28). Sum of RGB (Red+Green+Blue) = 124+177+28=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 177 (69.53% from 255 or 53.80% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB11C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB11C is #834EE3. Grayscale: #909090. Windows color (decimal): -8605412 or 1880444. OLE color: 1880444.
HSL color Cylindrical-coordinate representation of color #7CB11C: hue angle of 81.34º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7CB11C is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 28 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.31 |
| HSL | 81.34º | 0.73% | 0.4% | - |
| HSV(B) | 81.34º | 0.84% | 0.69% | - |
| XYZ | 24.24 | 35.81 | 6.73 | - |
| YUV | 144.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 28 | 0.30 | 0 | 0.84 | 0.31 | 81.34 | 0.73 | 0.4 |
| Hex | 7C | B1 | 1C | 1E | 0 | 54 | 1F | 51 | 49 | 28 |
| Octal | 174 | 261 | 34 | 36 | 0 | 124 | 37 | 121 | 111 | 50 |
| Binary | 1111100 | 10110001 | 11100 | 11110 | 0 | 1010100 | 11111 | 1010001 | 1001001 | 101000 |
Color Harmonies of #7CB11C
Complementary color
Monochromatic Colors of #7CB11C
Black with #7CB11C
Text Example
Text Example
White with #7CB11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB11C; }
p { color: rgb(124,177,28); }
H1.HeaderClassName
{
color: #7CB11C;
}
.AnyTagClassName
{
color: #7CB11C;
}
</style>
background-color css
<style>
a { background-color: #7CB11C; }
a { background-color: rgb(124,177,28); }
div.DivClassName
{
background-color: #7CB11C;
}
.BgClassName
{
background-color: #7CB11C;
}
</style>
border-color css
<style>
span { border-color: #7CB11C; }
span { border-color: rgb(124,177,28); }
td.TdClassName
{
border-color: #7CB11C;
}
.TagClassName
{
border-color: #7CB11C;
}
</style>