Shades of Lima #7CC102
Tints of Lima #7CC102
RGB
CMYK
RGB Variations
Color information
#7CC102 (or 0x7CC102) is known color: Lima. HEX triplet: 7C, C1 and 02. RGB value is (124,193,2). Sum of RGB (Red+Green+Blue) = 124+193+2=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC102 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC102 is #833EFD. Grayscale: #979797. Windows color (decimal): -8601342 or 180604. OLE color: 180604.
HSL color Cylindrical-coordinate representation of color #7CC102: hue angle of 81.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CC102 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.24 |
| HSL | 81.68º | 0.98% | 0.38% | - |
| HSV(B) | 81.68º | 0.99% | 0.76% | - |
| XYZ | 27.39 | 42.43 | 6.8 | - |
| YUV | 150.6 | 44.14 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 2 | 0.36 | 0 | 0.99 | 0.24 | 81.68 | 0.98 | 0.38 |
| Hex | 7C | C1 | 2 | 24 | 0 | 63 | 18 | 52 | 62 | 26 |
| Octal | 174 | 301 | 2 | 44 | 0 | 143 | 30 | 122 | 142 | 46 |
| Binary | 1111100 | 11000001 | 10 | 100100 | 0 | 1100011 | 11000 | 1010010 | 1100010 | 100110 |
Color Harmonies of #7CC102
Complementary color
Monochromatic Colors of #7CC102
Black with #7CC102
Text Example
Text Example
White with #7CC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC102; }
p { color: rgb(124,193,2); }
H1.HeaderClassName
{
color: #7CC102;
}
.AnyTagClassName
{
color: #7CC102;
}
</style>
background-color css
<style>
a { background-color: #7CC102; }
a { background-color: rgb(124,193,2); }
div.DivClassName
{
background-color: #7CC102;
}
.BgClassName
{
background-color: #7CC102;
}
</style>
border-color css
<style>
span { border-color: #7CC102; }
span { border-color: rgb(124,193,2); }
td.TdClassName
{
border-color: #7CC102;
}
.TagClassName
{
border-color: #7CC102;
}
</style>