Shades of Lima #7CC400
Tints of Lima #7CC400
RGB
CMYK
RGB Variations
Color information
#7CC400 (or 0x7CC400) is known color: Lima. HEX triplet: 7C, C4 and 00. RGB value is (124,196,0). Sum of RGB (Red+Green+Blue) = 124+196+0=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 196 (76.95% from 255 or 61.25% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC400 is #833BFF. Grayscale: #989898. Windows color (decimal): -8600576 or 50300. OLE color: 50300.
HSL color Cylindrical-coordinate representation of color #7CC400: hue angle of 82.04º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7CC400 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 196 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.23 |
| HSL | 82.04º | 1% | 0.38% | - |
| HSV(B) | 82.04º | 1% | 0.77% | - |
| XYZ | 28.05 | 43.76 | 6.97 | - |
| YUV | 152.13 | 42.15 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 196 | 0 | 0.37 | 0 | 1 | 0.23 | 82.04 | 1 | 0.38 |
| Hex | 7C | C4 | 0 | 25 | 0 | 64 | 17 | 52 | 64 | 26 |
| Octal | 174 | 304 | 0 | 45 | 0 | 144 | 27 | 122 | 144 | 46 |
| Binary | 1111100 | 11000100 | 0 | 100101 | 0 | 1100100 | 10111 | 1010010 | 1100100 | 100110 |
Color Harmonies of #7CC400
Complementary color
Monochromatic Colors of #7CC400
Black with #7CC400
Text Example
Text Example
White with #7CC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC400; }
p { color: rgb(124,196,0); }
H1.HeaderClassName
{
color: #7CC400;
}
.AnyTagClassName
{
color: #7CC400;
}
</style>
background-color css
<style>
a { background-color: #7CC400; }
a { background-color: rgb(124,196,0); }
div.DivClassName
{
background-color: #7CC400;
}
.BgClassName
{
background-color: #7CC400;
}
</style>
border-color css
<style>
span { border-color: #7CC400; }
span { border-color: rgb(124,196,0); }
td.TdClassName
{
border-color: #7CC400;
}
.TagClassName
{
border-color: #7CC400;
}
</style>