Shades of Lima #7CC500
Tints of Lima #7CC500
RGB
CMYK
RGB Variations
Color information
#7CC500 (or 0x7CC500) is known color: Lima. HEX triplet: 7C, C5 and 00. RGB value is (124,197,0). Sum of RGB (Red+Green+Blue) = 124+197+0=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 197 (77.34% from 255 or 61.37% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC500 is #833AFF. Grayscale: #999999. Windows color (decimal): -8600320 or 50556. OLE color: 50556.
HSL color Cylindrical-coordinate representation of color #7CC500: hue angle of 82.23º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7CC500 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.23 |
| HSL | 82.23º | 1% | 0.39% | - |
| HSV(B) | 82.23º | 1% | 0.77% | - |
| XYZ | 28.28 | 44.22 | 7.04 | - |
| YUV | 152.72 | 41.82 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 0 | 0.37 | 0 | 1 | 0.23 | 82.23 | 1 | 0.39 |
| Hex | 7C | C5 | 0 | 25 | 0 | 64 | 17 | 52 | 64 | 27 |
| Octal | 174 | 305 | 0 | 45 | 0 | 144 | 27 | 122 | 144 | 47 |
| Binary | 1111100 | 11000101 | 0 | 100101 | 0 | 1100100 | 10111 | 1010010 | 1100100 | 100111 |
Color Harmonies of #7CC500
Complementary color
Monochromatic Colors of #7CC500
Black with #7CC500
Text Example
Text Example
White with #7CC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC500; }
p { color: rgb(124,197,0); }
H1.HeaderClassName
{
color: #7CC500;
}
.AnyTagClassName
{
color: #7CC500;
}
</style>
background-color css
<style>
a { background-color: #7CC500; }
a { background-color: rgb(124,197,0); }
div.DivClassName
{
background-color: #7CC500;
}
.BgClassName
{
background-color: #7CC500;
}
</style>
border-color css
<style>
span { border-color: #7CC500; }
span { border-color: rgb(124,197,0); }
td.TdClassName
{
border-color: #7CC500;
}
.TagClassName
{
border-color: #7CC500;
}
</style>