Shades of Lima #7CCC24
Tints of Lima #7CCC24
RGB
CMYK
RGB Variations
Color information
#7CCC24 (or 0x7CCC24) is known color: Lima. HEX triplet: 7C, CC and 24. RGB value is (124,204,36). Sum of RGB (Red+Green+Blue) = 124+204+36=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC24 is #8333DB. Grayscale: #A1A1A1. Windows color (decimal): -8598492 or 2411644. OLE color: 2411644.
HSL color Cylindrical-coordinate representation of color #7CCC24: hue angle of 88.57º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7CCC24 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 36 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.2 |
| HSL | 88.57º | 0.7% | 0.47% | - |
| HSV(B) | 88.57º | 0.82% | 0.8% | - |
| XYZ | 30.22 | 47.6 | 9.26 | - |
| YUV | 160.93 | 57.5 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 36 | 0.39 | 0 | 0.82 | 0.2 | 88.57 | 0.7 | 0.47 |
| Hex | 7C | CC | 24 | 27 | 0 | 52 | 14 | 59 | 46 | 2F |
| Octal | 174 | 314 | 44 | 47 | 0 | 122 | 24 | 131 | 106 | 57 |
| Binary | 1111100 | 11001100 | 100100 | 100111 | 0 | 1010010 | 10100 | 1011001 | 1000110 | 101111 |
Color Harmonies of #7CCC24
Complementary color
Monochromatic Colors of #7CCC24
Black with #7CCC24
Text Example
Text Example
White with #7CCC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC24; }
p { color: rgb(124,204,36); }
H1.HeaderClassName
{
color: #7CCC24;
}
.AnyTagClassName
{
color: #7CCC24;
}
</style>
background-color css
<style>
a { background-color: #7CCC24; }
a { background-color: rgb(124,204,36); }
div.DivClassName
{
background-color: #7CCC24;
}
.BgClassName
{
background-color: #7CCC24;
}
</style>
border-color css
<style>
span { border-color: #7CCC24; }
span { border-color: rgb(124,204,36); }
td.TdClassName
{
border-color: #7CCC24;
}
.TagClassName
{
border-color: #7CCC24;
}
</style>