Shades of Lima #7CC12C
Tints of Lima #7CC12C
RGB
CMYK
RGB Variations
Color information
#7CC12C (or 0x7CC12C) is known color: Lima. HEX triplet: 7C, C1 and 2C. RGB value is (124,193,44). Sum of RGB (Red+Green+Blue) = 124+193+44=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC12C is #833ED3. Grayscale: #9B9B9B. Windows color (decimal): -8601300 or 2933116. OLE color: 2933116.
HSL color Cylindrical-coordinate representation of color #7CC12C: hue angle of 87.79º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7CC12C is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 44 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.24 |
| HSL | 87.79º | 0.63% | 0.46% | - |
| HSV(B) | 87.79º | 0.77% | 0.76% | - |
| XYZ | 27.84 | 42.61 | 9.14 | - |
| YUV | 155.38 | 65.14 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 44 | 0.36 | 0 | 0.77 | 0.24 | 87.79 | 0.63 | 0.46 |
| Hex | 7C | C1 | 2C | 24 | 0 | 4D | 18 | 58 | 3F | 2E |
| Octal | 174 | 301 | 54 | 44 | 0 | 115 | 30 | 130 | 77 | 56 |
| Binary | 1111100 | 11000001 | 101100 | 100100 | 0 | 1001101 | 11000 | 1011000 | 111111 | 101110 |
Color Harmonies of #7CC12C
Complementary color
Monochromatic Colors of #7CC12C
Black with #7CC12C
Text Example
Text Example
White with #7CC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC12C; }
p { color: rgb(124,193,44); }
H1.HeaderClassName
{
color: #7CC12C;
}
.AnyTagClassName
{
color: #7CC12C;
}
</style>
background-color css
<style>
a { background-color: #7CC12C; }
a { background-color: rgb(124,193,44); }
div.DivClassName
{
background-color: #7CC12C;
}
.BgClassName
{
background-color: #7CC12C;
}
</style>
border-color css
<style>
span { border-color: #7CC12C; }
span { border-color: rgb(124,193,44); }
td.TdClassName
{
border-color: #7CC12C;
}
.TagClassName
{
border-color: #7CC12C;
}
</style>