Shades of Lima #7CC902
Tints of Lima #7CC902
RGB
CMYK
RGB Variations
Color information
#7CC902 (or 0x7CC902) is known color: Lima. HEX triplet: 7C, C9 and 02. RGB value is (124,201,2). Sum of RGB (Red+Green+Blue) = 124+201+2=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 201 (78.91% from 255 or 61.47% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC902 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC902 is #8336FD. Grayscale: #9C9C9C. Windows color (decimal): -8599294 or 182652. OLE color: 182652.
HSL color Cylindrical-coordinate representation of color #7CC902: hue angle of 83.22º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CC902 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 2 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.21 |
| HSL | 83.22º | 0.98% | 0.4% | - |
| HSV(B) | 83.22º | 0.99% | 0.79% | - |
| XYZ | 29.21 | 46.06 | 7.41 | - |
| YUV | 155.29 | 41.49 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 2 | 0.38 | 0 | 0.99 | 0.21 | 83.22 | 0.98 | 0.4 |
| Hex | 7C | C9 | 2 | 26 | 0 | 63 | 15 | 53 | 62 | 28 |
| Octal | 174 | 311 | 2 | 46 | 0 | 143 | 25 | 123 | 142 | 50 |
| Binary | 1111100 | 11001001 | 10 | 100110 | 0 | 1100011 | 10101 | 1010011 | 1100010 | 101000 |
Color Harmonies of #7CC902
Complementary color
Monochromatic Colors of #7CC902
Black with #7CC902
Text Example
Text Example
White with #7CC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC902; }
p { color: rgb(124,201,2); }
H1.HeaderClassName
{
color: #7CC902;
}
.AnyTagClassName
{
color: #7CC902;
}
</style>
background-color css
<style>
a { background-color: #7CC902; }
a { background-color: rgb(124,201,2); }
div.DivClassName
{
background-color: #7CC902;
}
.BgClassName
{
background-color: #7CC902;
}
</style>
border-color css
<style>
span { border-color: #7CC902; }
span { border-color: rgb(124,201,2); }
td.TdClassName
{
border-color: #7CC902;
}
.TagClassName
{
border-color: #7CC902;
}
</style>