Shades of Lime Green #2CDC24
Tints of Lime Green #2CDC24
RGB
CMYK
RGB Variations
Color information
#2CDC24 (or 0x2CDC24) is known color: Lime Green. HEX triplet: 2C, DC and 24. RGB value is (44,220,36). Sum of RGB (Red+Green+Blue) = 44+220+36=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDC24 is #D323DB. Grayscale: #929292. Windows color (decimal): -13837276 or 2415660. OLE color: 2415660.
HSL color Cylindrical-coordinate representation of color #2CDC24: hue angle of 117.39º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CDC24 is Cyan = 0.8, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 36 | - |
| CMYK | 0.8 | 0 | 0.84 | 0.14 |
| HSL | 117.39º | 0.72% | 0.5% | - |
| HSV(B) | 117.39º | 0.84% | 0.86% | - |
| XYZ | 26.95 | 51.85 | 10.26 | - |
| YUV | 146.4 | 65.69 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 36 | 0.8 | 0 | 0.84 | 0.14 | 117.39 | 0.72 | 0.5 |
| Hex | 2C | DC | 24 | 50 | 0 | 54 | E | 75 | 48 | 32 |
| Octal | 54 | 334 | 44 | 120 | 0 | 124 | 16 | 165 | 110 | 62 |
| Binary | 101100 | 11011100 | 100100 | 1010000 | 0 | 1010100 | 1110 | 1110101 | 1001000 | 110010 |
Color Harmonies of #2CDC24
Complementary color
Monochromatic Colors of #2CDC24
Black with #2CDC24
Text Example
Text Example
White with #2CDC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC24; }
p { color: rgb(44,220,36); }
H1.HeaderClassName
{
color: #2CDC24;
}
.AnyTagClassName
{
color: #2CDC24;
}
</style>
background-color css
<style>
a { background-color: #2CDC24; }
a { background-color: rgb(44,220,36); }
div.DivClassName
{
background-color: #2CDC24;
}
.BgClassName
{
background-color: #2CDC24;
}
</style>
border-color css
<style>
span { border-color: #2CDC24; }
span { border-color: rgb(44,220,36); }
td.TdClassName
{
border-color: #2CDC24;
}
.TagClassName
{
border-color: #2CDC24;
}
</style>