Shades of Lima #7CB12C
Tints of Lima #7CB12C
RGB
CMYK
RGB Variations
Color information
#7CB12C (or 0x7CB12C) is known color: Lima. HEX triplet: 7C, B1 and 2C. RGB value is (124,177,44). Sum of RGB (Red+Green+Blue) = 124+177+44=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB12C is #834ED3. Grayscale: #929292. Windows color (decimal): -8605396 or 2929020. OLE color: 2929020.
HSL color Cylindrical-coordinate representation of color #7CB12C: hue angle of 83.91º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CB12C is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 44 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.31 |
| HSL | 83.91º | 0.6% | 0.43% | - |
| HSV(B) | 83.91º | 0.75% | 0.69% | - |
| XYZ | 24.49 | 35.91 | 8.02 | - |
| YUV | 145.99 | 70.44 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 44 | 0.30 | 0 | 0.75 | 0.31 | 83.91 | 0.6 | 0.43 |
| Hex | 7C | B1 | 2C | 1E | 0 | 4B | 1F | 54 | 3C | 2B |
| Octal | 174 | 261 | 54 | 36 | 0 | 113 | 37 | 124 | 74 | 53 |
| Binary | 1111100 | 10110001 | 101100 | 11110 | 0 | 1001011 | 11111 | 1010100 | 111100 | 101011 |
Color Harmonies of #7CB12C
Complementary color
Monochromatic Colors of #7CB12C
Black with #7CB12C
Text Example
Text Example
White with #7CB12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB12C; }
p { color: rgb(124,177,44); }
H1.HeaderClassName
{
color: #7CB12C;
}
.AnyTagClassName
{
color: #7CB12C;
}
</style>
background-color css
<style>
a { background-color: #7CB12C; }
a { background-color: rgb(124,177,44); }
div.DivClassName
{
background-color: #7CB12C;
}
.BgClassName
{
background-color: #7CB12C;
}
</style>
border-color css
<style>
span { border-color: #7CB12C; }
span { border-color: rgb(124,177,44); }
td.TdClassName
{
border-color: #7CB12C;
}
.TagClassName
{
border-color: #7CB12C;
}
</style>