Shades of Lima #7CC039
Tints of Lima #7CC039
RGB
CMYK
RGB Variations
Color information
#7CC039 (or 0x7CC039) is known color: Lima. HEX triplet: 7C, C0 and 39. RGB value is (124,192,57). Sum of RGB (Red+Green+Blue) = 124+192+57=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 57 (22.66% from 255 or 15.28% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC039 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC039 is #833FC6. Grayscale: #9C9C9C. Windows color (decimal): -8601543 or 3784828. OLE color: 3784828.
HSL color Cylindrical-coordinate representation of color #7CC039: hue angle of 90.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CC039 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 57 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.25 |
| HSL | 90.22º | 0.54% | 0.49% | - |
| HSV(B) | 90.22º | 0.7% | 0.75% | - |
| XYZ | 27.9 | 42.28 | 10.56 | - |
| YUV | 156.28 | 71.97 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 57 | 0.35 | 0 | 0.70 | 0.25 | 90.22 | 0.54 | 0.49 |
| Hex | 7C | C0 | 39 | 23 | 0 | 46 | 19 | 5A | 36 | 31 |
| Octal | 174 | 300 | 71 | 43 | 0 | 106 | 31 | 132 | 66 | 61 |
| Binary | 1111100 | 11000000 | 111001 | 100011 | 0 | 1000110 | 11001 | 1011010 | 110110 | 110001 |
Color Harmonies of #7CC039
Complementary color
Monochromatic Colors of #7CC039
Black with #7CC039
Text Example
Text Example
White with #7CC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC039; }
p { color: rgb(124,192,57); }
H1.HeaderClassName
{
color: #7CC039;
}
.AnyTagClassName
{
color: #7CC039;
}
</style>
background-color css
<style>
a { background-color: #7CC039; }
a { background-color: rgb(124,192,57); }
div.DivClassName
{
background-color: #7CC039;
}
.BgClassName
{
background-color: #7CC039;
}
</style>
border-color css
<style>
span { border-color: #7CC039; }
span { border-color: rgb(124,192,57); }
td.TdClassName
{
border-color: #7CC039;
}
.TagClassName
{
border-color: #7CC039;
}
</style>