Shades of Lima #7CC015
Tints of Lima #7CC015
RGB
CMYK
RGB Variations
Color information
#7CC015 (or 0x7CC015) is known color: Lima. HEX triplet: 7C, C0 and 15. RGB value is (124,192,21). Sum of RGB (Red+Green+Blue) = 124+192+21=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC015 is #833FEA. Grayscale: #989898. Windows color (decimal): -8601579 or 1425532. OLE color: 1425532.
HSL color Cylindrical-coordinate representation of color #7CC015: hue angle of 83.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CC015 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 21 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.25 |
| HSL | 83.86º | 0.8% | 0.42% | - |
| HSV(B) | 83.86º | 0.89% | 0.75% | - |
| XYZ | 27.3 | 42.04 | 7.38 | - |
| YUV | 152.17 | 53.97 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 21 | 0.35 | 0 | 0.89 | 0.25 | 83.86 | 0.8 | 0.42 |
| Hex | 7C | C0 | 15 | 23 | 0 | 59 | 19 | 54 | 50 | 2A |
| Octal | 174 | 300 | 25 | 43 | 0 | 131 | 31 | 124 | 120 | 52 |
| Binary | 1111100 | 11000000 | 10101 | 100011 | 0 | 1011001 | 11001 | 1010100 | 1010000 | 101010 |
Color Harmonies of #7CC015
Complementary color
Monochromatic Colors of #7CC015
Black with #7CC015
Text Example
Text Example
White with #7CC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC015; }
p { color: rgb(124,192,21); }
H1.HeaderClassName
{
color: #7CC015;
}
.AnyTagClassName
{
color: #7CC015;
}
</style>
background-color css
<style>
a { background-color: #7CC015; }
a { background-color: rgb(124,192,21); }
div.DivClassName
{
background-color: #7CC015;
}
.BgClassName
{
background-color: #7CC015;
}
</style>
border-color css
<style>
span { border-color: #7CC015; }
span { border-color: rgb(124,192,21); }
td.TdClassName
{
border-color: #7CC015;
}
.TagClassName
{
border-color: #7CC015;
}
</style>