Shades of Lima #7CC100
Tints of Lima #7CC100
RGB
CMYK
RGB Variations
Color information
#7CC100 (or 0x7CC100) is known color: Lima. HEX triplet: 7C, C1 and 00. RGB value is (124,193,0). Sum of RGB (Red+Green+Blue) = 124+193+0=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC100 is #833EFF. Grayscale: #979797. Windows color (decimal): -8601344 or 49532. OLE color: 49532.
HSL color Cylindrical-coordinate representation of color #7CC100: hue angle of 81.45º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7CC100 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.24 |
| HSL | 81.45º | 1% | 0.38% | - |
| HSV(B) | 81.45º | 1% | 0.76% | - |
| XYZ | 27.38 | 42.43 | 6.75 | - |
| YUV | 150.37 | 43.14 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 0 | 0.36 | 0 | 1 | 0.24 | 81.45 | 1 | 0.38 |
| Hex | 7C | C1 | 0 | 24 | 0 | 64 | 18 | 51 | 64 | 26 |
| Octal | 174 | 301 | 0 | 44 | 0 | 144 | 30 | 121 | 144 | 46 |
| Binary | 1111100 | 11000001 | 0 | 100100 | 0 | 1100100 | 11000 | 1010001 | 1100100 | 100110 |
Color Harmonies of #7CC100
Complementary color
Monochromatic Colors of #7CC100
Black with #7CC100
Text Example
Text Example
White with #7CC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC100; }
p { color: rgb(124,193,0); }
H1.HeaderClassName
{
color: #7CC100;
}
.AnyTagClassName
{
color: #7CC100;
}
</style>
background-color css
<style>
a { background-color: #7CC100; }
a { background-color: rgb(124,193,0); }
div.DivClassName
{
background-color: #7CC100;
}
.BgClassName
{
background-color: #7CC100;
}
</style>
border-color css
<style>
span { border-color: #7CC100; }
span { border-color: rgb(124,193,0); }
td.TdClassName
{
border-color: #7CC100;
}
.TagClassName
{
border-color: #7CC100;
}
</style>