Shades of Lima #7CC00A
Tints of Lima #7CC00A
RGB
CMYK
RGB Variations
Color information
#7CC00A (or 0x7CC00A) is known color: Lima. HEX triplet: 7C, C0 and 0A. RGB value is (124,192,10). Sum of RGB (Red+Green+Blue) = 124+192+10=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC00A is #833FF5. Grayscale: #979797. Windows color (decimal): -8601590 or 704636. OLE color: 704636.
HSL color Cylindrical-coordinate representation of color #7CC00A: hue angle of 82.42º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7CC00A is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 10 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.25 |
| HSL | 82.42º | 0.9% | 0.4% | - |
| HSV(B) | 82.42º | 0.95% | 0.75% | - |
| XYZ | 27.22 | 42.01 | 6.96 | - |
| YUV | 150.92 | 48.47 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 10 | 0.35 | 0 | 0.95 | 0.25 | 82.42 | 0.9 | 0.4 |
| Hex | 7C | C0 | A | 23 | 0 | 5F | 19 | 52 | 5A | 28 |
| Octal | 174 | 300 | 12 | 43 | 0 | 137 | 31 | 122 | 132 | 50 |
| Binary | 1111100 | 11000000 | 1010 | 100011 | 0 | 1011111 | 11001 | 1010010 | 1011010 | 101000 |
Color Harmonies of #7CC00A
Complementary color
Monochromatic Colors of #7CC00A
Black with #7CC00A
Text Example
Text Example
White with #7CC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC00A; }
p { color: rgb(124,192,10); }
H1.HeaderClassName
{
color: #7CC00A;
}
.AnyTagClassName
{
color: #7CC00A;
}
</style>
background-color css
<style>
a { background-color: #7CC00A; }
a { background-color: rgb(124,192,10); }
div.DivClassName
{
background-color: #7CC00A;
}
.BgClassName
{
background-color: #7CC00A;
}
</style>
border-color css
<style>
span { border-color: #7CC00A; }
span { border-color: rgb(124,192,10); }
td.TdClassName
{
border-color: #7CC00A;
}
.TagClassName
{
border-color: #7CC00A;
}
</style>