Shades of Lima #7CC82C
Tints of Lima #7CC82C
RGB
CMYK
RGB Variations
Color information
#7CC82C (or 0x7CC82C) is known color: Lima. HEX triplet: 7C, C8 and 2C. RGB value is (124,200,44). Sum of RGB (Red+Green+Blue) = 124+200+44=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 200 (78.52% from 255 or 54.35% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC82C is #8337D3. Grayscale: #A0A0A0. Windows color (decimal): -8599508 or 2934908. OLE color: 2934908.
HSL color Cylindrical-coordinate representation of color #7CC82C: hue angle of 89.23º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CC82C is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 44 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.22 |
| HSL | 89.23º | 0.64% | 0.48% | - |
| HSV(B) | 89.23º | 0.78% | 0.78% | - |
| XYZ | 29.42 | 45.78 | 9.67 | - |
| YUV | 159.49 | 62.82 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 44 | 0.38 | 0 | 0.78 | 0.22 | 89.23 | 0.64 | 0.48 |
| Hex | 7C | C8 | 2C | 26 | 0 | 4E | 16 | 59 | 40 | 30 |
| Octal | 174 | 310 | 54 | 46 | 0 | 116 | 26 | 131 | 100 | 60 |
| Binary | 1111100 | 11001000 | 101100 | 100110 | 0 | 1001110 | 10110 | 1011001 | 1000000 | 110000 |
Color Harmonies of #7CC82C
Complementary color
Monochromatic Colors of #7CC82C
Black with #7CC82C
Text Example
Text Example
White with #7CC82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC82C; }
p { color: rgb(124,200,44); }
H1.HeaderClassName
{
color: #7CC82C;
}
.AnyTagClassName
{
color: #7CC82C;
}
</style>
background-color css
<style>
a { background-color: #7CC82C; }
a { background-color: rgb(124,200,44); }
div.DivClassName
{
background-color: #7CC82C;
}
.BgClassName
{
background-color: #7CC82C;
}
</style>
border-color css
<style>
span { border-color: #7CC82C; }
span { border-color: rgb(124,200,44); }
td.TdClassName
{
border-color: #7CC82C;
}
.TagClassName
{
border-color: #7CC82C;
}
</style>