Shades of Lima #7CC82D
Tints of Lima #7CC82D
RGB
CMYK
RGB Variations
Color information
#7CC82D (or 0x7CC82D) is known color: Lima. HEX triplet: 7C, C8 and 2D. RGB value is (124,200,45). Sum of RGB (Red+Green+Blue) = 124+200+45=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC82D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC82D is #8337D2. Grayscale: #A0A0A0. Windows color (decimal): -8599507 or 3000444. OLE color: 3000444.
HSL color Cylindrical-coordinate representation of color #7CC82D: hue angle of 89.42º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7CC82D is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 45 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.22 |
| HSL | 89.42º | 0.63% | 0.48% | - |
| HSV(B) | 89.42º | 0.78% | 0.78% | - |
| XYZ | 29.44 | 45.78 | 9.77 | - |
| YUV | 159.61 | 63.32 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 45 | 0.38 | 0 | 0.78 | 0.22 | 89.42 | 0.63 | 0.48 |
| Hex | 7C | C8 | 2D | 26 | 0 | 4E | 16 | 59 | 3F | 30 |
| Octal | 174 | 310 | 55 | 46 | 0 | 116 | 26 | 131 | 77 | 60 |
| Binary | 1111100 | 11001000 | 101101 | 100110 | 0 | 1001110 | 10110 | 1011001 | 111111 | 110000 |
Color Harmonies of #7CC82D
Complementary color
Monochromatic Colors of #7CC82D
Black with #7CC82D
Text Example
Text Example
White with #7CC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC82D; }
p { color: rgb(124,200,45); }
H1.HeaderClassName
{
color: #7CC82D;
}
.AnyTagClassName
{
color: #7CC82D;
}
</style>
background-color css
<style>
a { background-color: #7CC82D; }
a { background-color: rgb(124,200,45); }
div.DivClassName
{
background-color: #7CC82D;
}
.BgClassName
{
background-color: #7CC82D;
}
</style>
border-color css
<style>
span { border-color: #7CC82D; }
span { border-color: rgb(124,200,45); }
td.TdClassName
{
border-color: #7CC82D;
}
.TagClassName
{
border-color: #7CC82D;
}
</style>