Shades of Lima #7CC502
Tints of Lima #7CC502
RGB
CMYK
RGB Variations
Color information
#7CC502 (or 0x7CC502) is known color: Lima. HEX triplet: 7C, C5 and 02. RGB value is (124,197,2). Sum of RGB (Red+Green+Blue) = 124+197+2=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 197 (77.34% from 255 or 60.99% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC502 is #833AFD. Grayscale: #999999. Windows color (decimal): -8600318 or 181628. OLE color: 181628.
HSL color Cylindrical-coordinate representation of color #7CC502: hue angle of 82.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CC502 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.23 |
| HSL | 82.46º | 0.98% | 0.39% | - |
| HSV(B) | 82.46º | 0.99% | 0.77% | - |
| XYZ | 28.29 | 44.22 | 7.1 | - |
| YUV | 152.94 | 42.82 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 2 | 0.37 | 0 | 0.99 | 0.23 | 82.46 | 0.98 | 0.39 |
| Hex | 7C | C5 | 2 | 25 | 0 | 63 | 17 | 52 | 62 | 27 |
| Octal | 174 | 305 | 2 | 45 | 0 | 143 | 27 | 122 | 142 | 47 |
| Binary | 1111100 | 11000101 | 10 | 100101 | 0 | 1100011 | 10111 | 1010010 | 1100010 | 100111 |
Color Harmonies of #7CC502
Complementary color
Monochromatic Colors of #7CC502
Black with #7CC502
Text Example
Text Example
White with #7CC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC502; }
p { color: rgb(124,197,2); }
H1.HeaderClassName
{
color: #7CC502;
}
.AnyTagClassName
{
color: #7CC502;
}
</style>
background-color css
<style>
a { background-color: #7CC502; }
a { background-color: rgb(124,197,2); }
div.DivClassName
{
background-color: #7CC502;
}
.BgClassName
{
background-color: #7CC502;
}
</style>
border-color css
<style>
span { border-color: #7CC502; }
span { border-color: rgb(124,197,2); }
td.TdClassName
{
border-color: #7CC502;
}
.TagClassName
{
border-color: #7CC502;
}
</style>