Shades of Lime Green #2CE024
Tints of Lime Green #2CE024
RGB
CMYK
RGB Variations
Color information
#2CE024 (or 0x2CE024) is known color: Lime Green. HEX triplet: 2C, E0 and 24. RGB value is (44,224,36). Sum of RGB (Red+Green+Blue) = 44+224+36=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 224 (87.89% from 255 or 73.68% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE024 is #D31FDB. Grayscale: #959595. Windows color (decimal): -13836252 or 2416684. OLE color: 2416684.
HSL color Cylindrical-coordinate representation of color #2CE024: hue angle of 117.45º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CE024 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 36 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.12 |
| HSL | 117.45º | 0.75% | 0.51% | - |
| HSV(B) | 117.45º | 0.84% | 0.88% | - |
| XYZ | 28.01 | 53.97 | 10.61 | - |
| YUV | 148.75 | 64.37 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 36 | 0.80 | 0 | 0.84 | 0.12 | 117.45 | 0.75 | 0.51 |
| Hex | 2C | E0 | 24 | 50 | 0 | 54 | C | 75 | 4B | 33 |
| Octal | 54 | 340 | 44 | 120 | 0 | 124 | 14 | 165 | 113 | 63 |
| Binary | 101100 | 11100000 | 100100 | 1010000 | 0 | 1010100 | 1100 | 1110101 | 1001011 | 110011 |
Color Harmonies of #2CE024
Complementary color
Monochromatic Colors of #2CE024
Black with #2CE024
Text Example
Text Example
White with #2CE024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE024; }
p { color: rgb(44,224,36); }
H1.HeaderClassName
{
color: #2CE024;
}
.AnyTagClassName
{
color: #2CE024;
}
</style>
background-color css
<style>
a { background-color: #2CE024; }
a { background-color: rgb(44,224,36); }
div.DivClassName
{
background-color: #2CE024;
}
.BgClassName
{
background-color: #2CE024;
}
</style>
border-color css
<style>
span { border-color: #2CE024; }
span { border-color: rgb(44,224,36); }
td.TdClassName
{
border-color: #2CE024;
}
.TagClassName
{
border-color: #2CE024;
}
</style>