Shades of Lima #7CC013
Tints of Lima #7CC013
RGB
CMYK
RGB Variations
Color information
#7CC013 (or 0x7CC013) is known color: Lima. HEX triplet: 7C, C0 and 13. RGB value is (124,192,19). Sum of RGB (Red+Green+Blue) = 124+192+19=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC013 is #833FEC. Grayscale: #989898. Windows color (decimal): -8601581 or 1294460. OLE color: 1294460.
HSL color Cylindrical-coordinate representation of color #7CC013: hue angle of 83.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CC013 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 19 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.25 |
| HSL | 83.58º | 0.82% | 0.41% | - |
| HSV(B) | 83.58º | 0.9% | 0.75% | - |
| XYZ | 27.28 | 42.03 | 7.29 | - |
| YUV | 151.95 | 52.97 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 19 | 0.35 | 0 | 0.90 | 0.25 | 83.58 | 0.82 | 0.41 |
| Hex | 7C | C0 | 13 | 23 | 0 | 5A | 19 | 54 | 52 | 29 |
| Octal | 174 | 300 | 23 | 43 | 0 | 132 | 31 | 124 | 122 | 51 |
| Binary | 1111100 | 11000000 | 10011 | 100011 | 0 | 1011010 | 11001 | 1010100 | 1010010 | 101001 |
Color Harmonies of #7CC013
Complementary color
Monochromatic Colors of #7CC013
Black with #7CC013
Text Example
Text Example
White with #7CC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC013; }
p { color: rgb(124,192,19); }
H1.HeaderClassName
{
color: #7CC013;
}
.AnyTagClassName
{
color: #7CC013;
}
</style>
background-color css
<style>
a { background-color: #7CC013; }
a { background-color: rgb(124,192,19); }
div.DivClassName
{
background-color: #7CC013;
}
.BgClassName
{
background-color: #7CC013;
}
</style>
border-color css
<style>
span { border-color: #7CC013; }
span { border-color: rgb(124,192,19); }
td.TdClassName
{
border-color: #7CC013;
}
.TagClassName
{
border-color: #7CC013;
}
</style>