Shades of Lima #7CC113
Tints of Lima #7CC113
RGB
CMYK
RGB Variations
Color information
#7CC113 (or 0x7CC113) is known color: Lima. HEX triplet: 7C, C1 and 13. RGB value is (124,193,19). Sum of RGB (Red+Green+Blue) = 124+193+19=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC113 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC113 is #833EEC. Grayscale: #999999. Windows color (decimal): -8601325 or 1294716. OLE color: 1294716.
HSL color Cylindrical-coordinate representation of color #7CC113: hue angle of 83.79º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CC113 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 19 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.24 |
| HSL | 83.79º | 0.82% | 0.42% | - |
| HSV(B) | 83.79º | 0.9% | 0.76% | - |
| XYZ | 27.5 | 42.47 | 7.36 | - |
| YUV | 152.53 | 52.64 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 19 | 0.36 | 0 | 0.90 | 0.24 | 83.79 | 0.82 | 0.42 |
| Hex | 7C | C1 | 13 | 24 | 0 | 5A | 18 | 54 | 52 | 2A |
| Octal | 174 | 301 | 23 | 44 | 0 | 132 | 30 | 124 | 122 | 52 |
| Binary | 1111100 | 11000001 | 10011 | 100100 | 0 | 1011010 | 11000 | 1010100 | 1010010 | 101010 |
Color Harmonies of #7CC113
Complementary color
Monochromatic Colors of #7CC113
Black with #7CC113
Text Example
Text Example
White with #7CC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC113; }
p { color: rgb(124,193,19); }
H1.HeaderClassName
{
color: #7CC113;
}
.AnyTagClassName
{
color: #7CC113;
}
</style>
background-color css
<style>
a { background-color: #7CC113; }
a { background-color: rgb(124,193,19); }
div.DivClassName
{
background-color: #7CC113;
}
.BgClassName
{
background-color: #7CC113;
}
</style>
border-color css
<style>
span { border-color: #7CC113; }
span { border-color: rgb(124,193,19); }
td.TdClassName
{
border-color: #7CC113;
}
.TagClassName
{
border-color: #7CC113;
}
</style>