Shades of Lime Green #24EC2D
Tints of Lime Green #24EC2D
RGB
CMYK
RGB Variations
Color information
#24EC2D (or 0x24EC2D) is known color: Lime Green. HEX triplet: 24, EC and 2D. RGB value is (36,236,45). Sum of RGB (Red+Green+Blue) = 36+236+45=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #24EC2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #24EC2D is #DB13D2. Grayscale: #9A9A9A. Windows color (decimal): -14357459 or 3009572. OLE color: 3009572.
HSL color Cylindrical-coordinate representation of color #24EC2D: hue angle of 122.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EC2D is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 236 | 45 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.07 |
| HSL | 122.7º | 0.84% | 0.53% | - |
| HSV(B) | 122.7º | 0.85% | 0.93% | - |
| XYZ | 31.2 | 60.56 | 12.53 | - |
| YUV | 154.43 | 66.24 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 236 | 45 | 0.85 | 0 | 0.81 | 0.07 | 122.7 | 0.84 | 0.53 |
| Hex | 24 | EC | 2D | 55 | 0 | 51 | 7 | 7B | 54 | 35 |
| Octal | 44 | 354 | 55 | 125 | 0 | 121 | 7 | 173 | 124 | 65 |
| Binary | 100100 | 11101100 | 101101 | 1010101 | 0 | 1010001 | 111 | 1111011 | 1010100 | 110101 |
Color Harmonies of #24EC2D
Complementary color
Monochromatic Colors of #24EC2D
Black with #24EC2D
Text Example
Text Example
White with #24EC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EC2D; }
p { color: rgb(36,236,45); }
H1.HeaderClassName
{
color: #24EC2D;
}
.AnyTagClassName
{
color: #24EC2D;
}
</style>
background-color css
<style>
a { background-color: #24EC2D; }
a { background-color: rgb(36,236,45); }
div.DivClassName
{
background-color: #24EC2D;
}
.BgClassName
{
background-color: #24EC2D;
}
</style>
border-color css
<style>
span { border-color: #24EC2D; }
span { border-color: rgb(36,236,45); }
td.TdClassName
{
border-color: #24EC2D;
}
.TagClassName
{
border-color: #24EC2D;
}
</style>