Shades of Lima #7CC109
Tints of Lima #7CC109
RGB
CMYK
RGB Variations
Color information
#7CC109 (or 0x7CC109) is known color: Lima. HEX triplet: 7C, C1 and 09. RGB value is (124,193,9). Sum of RGB (Red+Green+Blue) = 124+193+9=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC109 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC109 is #833EF6. Grayscale: #989898. Windows color (decimal): -8601335 or 639356. OLE color: 639356.
HSL color Cylindrical-coordinate representation of color #7CC109: hue angle of 82.5º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7CC109 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 9 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.24 |
| HSL | 82.5º | 0.91% | 0.4% | - |
| HSV(B) | 82.5º | 0.95% | 0.76% | - |
| XYZ | 27.43 | 42.44 | 7.01 | - |
| YUV | 151.39 | 47.64 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 9 | 0.36 | 0 | 0.95 | 0.24 | 82.5 | 0.91 | 0.4 |
| Hex | 7C | C1 | 9 | 24 | 0 | 5F | 18 | 52 | 5B | 28 |
| Octal | 174 | 301 | 11 | 44 | 0 | 137 | 30 | 122 | 133 | 50 |
| Binary | 1111100 | 11000001 | 1001 | 100100 | 0 | 1011111 | 11000 | 1010010 | 1011011 | 101000 |
Color Harmonies of #7CC109
Complementary color
Monochromatic Colors of #7CC109
Black with #7CC109
Text Example
Text Example
White with #7CC109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC109; }
p { color: rgb(124,193,9); }
H1.HeaderClassName
{
color: #7CC109;
}
.AnyTagClassName
{
color: #7CC109;
}
</style>
background-color css
<style>
a { background-color: #7CC109; }
a { background-color: rgb(124,193,9); }
div.DivClassName
{
background-color: #7CC109;
}
.BgClassName
{
background-color: #7CC109;
}
</style>
border-color css
<style>
span { border-color: #7CC109; }
span { border-color: rgb(124,193,9); }
td.TdClassName
{
border-color: #7CC109;
}
.TagClassName
{
border-color: #7CC109;
}
</style>