Shades of Lime Green #24DD2A
Tints of Lime Green #24DD2A
RGB
CMYK
RGB Variations
Color information
#24DD2A (or 0x24DD2A) is known color: Lime Green. HEX triplet: 24, DD and 2A. RGB value is (36,221,42). Sum of RGB (Red+Green+Blue) = 36+221+42=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 221 (86.72% from 255 or 73.91% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 221 - color contains mainly: green. Hex color #24DD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24DD2A is #DB22D5. Grayscale: #919191. Windows color (decimal): -14361302 or 2809124. OLE color: 2809124.
HSL color Cylindrical-coordinate representation of color #24DD2A: hue angle of 121.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DD2A is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 221 | 42 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.13 |
| HSL | 121.95º | 0.73% | 0.5% | - |
| HSV(B) | 121.95º | 0.84% | 0.87% | - |
| XYZ | 27 | 52.26 | 10.85 | - |
| YUV | 145.28 | 69.71 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 221 | 42 | 0.84 | 0 | 0.81 | 0.13 | 121.95 | 0.73 | 0.5 |
| Hex | 24 | DD | 2A | 54 | 0 | 51 | D | 7A | 49 | 32 |
| Octal | 44 | 335 | 52 | 124 | 0 | 121 | 15 | 172 | 111 | 62 |
| Binary | 100100 | 11011101 | 101010 | 1010100 | 0 | 1010001 | 1101 | 1111010 | 1001001 | 110010 |
Color Harmonies of #24DD2A
Complementary color
Monochromatic Colors of #24DD2A
Black with #24DD2A
Text Example
Text Example
White with #24DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DD2A; }
p { color: rgb(36,221,42); }
H1.HeaderClassName
{
color: #24DD2A;
}
.AnyTagClassName
{
color: #24DD2A;
}
</style>
background-color css
<style>
a { background-color: #24DD2A; }
a { background-color: rgb(36,221,42); }
div.DivClassName
{
background-color: #24DD2A;
}
.BgClassName
{
background-color: #24DD2A;
}
</style>
border-color css
<style>
span { border-color: #24DD2A; }
span { border-color: rgb(36,221,42); }
td.TdClassName
{
border-color: #24DD2A;
}
.TagClassName
{
border-color: #24DD2A;
}
</style>