Shades of Lime Green #24DC38
Tints of Lime Green #24DC38
RGB
CMYK
RGB Variations
Color information
#24DC38 (or 0x24DC38) is known color: Lime Green. HEX triplet: 24, DC and 38. RGB value is (36,220,56). Sum of RGB (Red+Green+Blue) = 36+220+56=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #24DC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24DC38 is #DB23C7. Grayscale: #929292. Windows color (decimal): -14361544 or 3726372. OLE color: 3726372.
HSL color Cylindrical-coordinate representation of color #24DC38: hue angle of 126.52º 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 #24DC38 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 220 | 56 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.14 |
| HSL | 126.52º | 0.72% | 0.5% | - |
| HSV(B) | 126.52º | 0.84% | 0.86% | - |
| XYZ | 27.03 | 51.85 | 12.32 | - |
| YUV | 146.29 | 77.04 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 220 | 56 | 0.84 | 0 | 0.75 | 0.14 | 126.52 | 0.72 | 0.5 |
| Hex | 24 | DC | 38 | 54 | 0 | 4B | E | 7F | 48 | 32 |
| Octal | 44 | 334 | 70 | 124 | 0 | 113 | 16 | 177 | 110 | 62 |
| Binary | 100100 | 11011100 | 111000 | 1010100 | 0 | 1001011 | 1110 | 1111111 | 1001000 | 110010 |
Color Harmonies of #24DC38
Complementary color
Monochromatic Colors of #24DC38
Black with #24DC38
Text Example
Text Example
White with #24DC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DC38; }
p { color: rgb(36,220,56); }
H1.HeaderClassName
{
color: #24DC38;
}
.AnyTagClassName
{
color: #24DC38;
}
</style>
background-color css
<style>
a { background-color: #24DC38; }
a { background-color: rgb(36,220,56); }
div.DivClassName
{
background-color: #24DC38;
}
.BgClassName
{
background-color: #24DC38;
}
</style>
border-color css
<style>
span { border-color: #24DC38; }
span { border-color: rgb(36,220,56); }
td.TdClassName
{
border-color: #24DC38;
}
.TagClassName
{
border-color: #24DC38;
}
</style>