Shades of Lima #7CC800
Tints of Lima #7CC800
RGB
CMYK
RGB Variations
Color information
#7CC800 (or 0x7CC800) is known color: Lima. HEX triplet: 7C, C8 and 00. RGB value is (124,200,0). Sum of RGB (Red+Green+Blue) = 124+200+0=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC800 is #8337FF. Grayscale: #9B9B9B. Windows color (decimal): -8599552 or 51324. OLE color: 51324.
HSL color Cylindrical-coordinate representation of color #7CC800: hue angle of 82.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7CC800 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.22 |
| HSL | 82.8º | 1% | 0.39% | - |
| HSV(B) | 82.8º | 1% | 0.78% | - |
| XYZ | 28.97 | 45.59 | 7.27 | - |
| YUV | 154.48 | 40.82 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 0 | 0.38 | 0 | 1 | 0.22 | 82.8 | 1 | 0.39 |
| Hex | 7C | C8 | 0 | 26 | 0 | 64 | 16 | 53 | 64 | 27 |
| Octal | 174 | 310 | 0 | 46 | 0 | 144 | 26 | 123 | 144 | 47 |
| Binary | 1111100 | 11001000 | 0 | 100110 | 0 | 1100100 | 10110 | 1010011 | 1100100 | 100111 |
Color Harmonies of #7CC800
Complementary color
Monochromatic Colors of #7CC800
Black with #7CC800
Text Example
Text Example
White with #7CC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC800; }
p { color: rgb(124,200,0); }
H1.HeaderClassName
{
color: #7CC800;
}
.AnyTagClassName
{
color: #7CC800;
}
</style>
background-color css
<style>
a { background-color: #7CC800; }
a { background-color: rgb(124,200,0); }
div.DivClassName
{
background-color: #7CC800;
}
.BgClassName
{
background-color: #7CC800;
}
</style>
border-color css
<style>
span { border-color: #7CC800; }
span { border-color: rgb(124,200,0); }
td.TdClassName
{
border-color: #7CC800;
}
.TagClassName
{
border-color: #7CC800;
}
</style>