Shades of Lima #7CCC15
Tints of Lima #7CCC15
RGB
CMYK
RGB Variations
Color information
#7CCC15 (or 0x7CCC15) is known color: Lima. HEX triplet: 7C, CC and 15. RGB value is (124,204,21). Sum of RGB (Red+Green+Blue) = 124+204+21=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCC15 is #8333EA. Grayscale: #9F9F9F. Windows color (decimal): -8598507 or 1428604. OLE color: 1428604.
HSL color Cylindrical-coordinate representation of color #7CCC15: hue angle of 86.23º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CCC15 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 21 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.2 |
| HSL | 86.23º | 0.81% | 0.44% | - |
| HSV(B) | 86.23º | 0.9% | 0.8% | - |
| XYZ | 30.04 | 47.52 | 8.3 | - |
| YUV | 159.22 | 50 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 21 | 0.39 | 0 | 0.90 | 0.2 | 86.23 | 0.81 | 0.44 |
| Hex | 7C | CC | 15 | 27 | 0 | 5A | 14 | 56 | 51 | 2C |
| Octal | 174 | 314 | 25 | 47 | 0 | 132 | 24 | 126 | 121 | 54 |
| Binary | 1111100 | 11001100 | 10101 | 100111 | 0 | 1011010 | 10100 | 1010110 | 1010001 | 101100 |
Color Harmonies of #7CCC15
Complementary color
Monochromatic Colors of #7CCC15
Black with #7CCC15
Text Example
Text Example
White with #7CCC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC15; }
p { color: rgb(124,204,21); }
H1.HeaderClassName
{
color: #7CCC15;
}
.AnyTagClassName
{
color: #7CCC15;
}
</style>
background-color css
<style>
a { background-color: #7CCC15; }
a { background-color: rgb(124,204,21); }
div.DivClassName
{
background-color: #7CCC15;
}
.BgClassName
{
background-color: #7CCC15;
}
</style>
border-color css
<style>
span { border-color: #7CCC15; }
span { border-color: rgb(124,204,21); }
td.TdClassName
{
border-color: #7CCC15;
}
.TagClassName
{
border-color: #7CCC15;
}
</style>