Shades of Lima #7CC802
Tints of Lima #7CC802
RGB
CMYK
RGB Variations
Color information
#7CC802 (or 0x7CC802) is known color: Lima. HEX triplet: 7C, C8 and 02. RGB value is (124,200,2). Sum of RGB (Red+Green+Blue) = 124+200+2=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 200 (78.52% from 255 or 61.35% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC802 is #8337FD. Grayscale: #9B9B9B. Windows color (decimal): -8599550 or 182396. OLE color: 182396.
HSL color Cylindrical-coordinate representation of color #7CC802: hue angle of 83.03º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CC802 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 2 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.22 |
| HSL | 83.03º | 0.98% | 0.4% | - |
| HSV(B) | 83.03º | 0.99% | 0.78% | - |
| XYZ | 28.98 | 45.6 | 7.33 | - |
| YUV | 154.7 | 41.82 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 2 | 0.38 | 0 | 0.99 | 0.22 | 83.03 | 0.98 | 0.4 |
| Hex | 7C | C8 | 2 | 26 | 0 | 63 | 16 | 53 | 62 | 28 |
| Octal | 174 | 310 | 2 | 46 | 0 | 143 | 26 | 123 | 142 | 50 |
| Binary | 1111100 | 11001000 | 10 | 100110 | 0 | 1100011 | 10110 | 1010011 | 1100010 | 101000 |
Color Harmonies of #7CC802
Complementary color
Monochromatic Colors of #7CC802
Black with #7CC802
Text Example
Text Example
White with #7CC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC802; }
p { color: rgb(124,200,2); }
H1.HeaderClassName
{
color: #7CC802;
}
.AnyTagClassName
{
color: #7CC802;
}
</style>
background-color css
<style>
a { background-color: #7CC802; }
a { background-color: rgb(124,200,2); }
div.DivClassName
{
background-color: #7CC802;
}
.BgClassName
{
background-color: #7CC802;
}
</style>
border-color css
<style>
span { border-color: #7CC802; }
span { border-color: rgb(124,200,2); }
td.TdClassName
{
border-color: #7CC802;
}
.TagClassName
{
border-color: #7CC802;
}
</style>