Shades of Lime Green #24DE25
Tints of Lime Green #24DE25
RGB
CMYK
RGB Variations
Color information
#24DE25 (or 0x24DE25) is known color: Lime Green. HEX triplet: 24, DE and 25. RGB value is (36,222,37). Sum of RGB (Red+Green+Blue) = 36+222+37=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 222 (87.11% from 255 or 75.25% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 222 - color contains mainly: green. Hex color #24DE25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24DE25 is #DB21DA. Grayscale: #919191. Windows color (decimal): -14361051 or 2481700. OLE color: 2481700.
HSL color Cylindrical-coordinate representation of color #24DE25: hue angle of 120.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DE25 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 222 | 37 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.13 |
| HSL | 120.32º | 0.74% | 0.51% | - |
| HSV(B) | 120.32º | 0.84% | 0.87% | - |
| XYZ | 27.18 | 52.75 | 10.5 | - |
| YUV | 145.3 | 66.88 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 222 | 37 | 0.84 | 0 | 0.83 | 0.13 | 120.32 | 0.74 | 0.51 |
| Hex | 24 | DE | 25 | 54 | 0 | 53 | D | 78 | 4A | 33 |
| Octal | 44 | 336 | 45 | 124 | 0 | 123 | 15 | 170 | 112 | 63 |
| Binary | 100100 | 11011110 | 100101 | 1010100 | 0 | 1010011 | 1101 | 1111000 | 1001010 | 110011 |
Color Harmonies of #24DE25
Complementary color
Monochromatic Colors of #24DE25
Black with #24DE25
Text Example
Text Example
White with #24DE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DE25; }
p { color: rgb(36,222,37); }
H1.HeaderClassName
{
color: #24DE25;
}
.AnyTagClassName
{
color: #24DE25;
}
</style>
background-color css
<style>
a { background-color: #24DE25; }
a { background-color: rgb(36,222,37); }
div.DivClassName
{
background-color: #24DE25;
}
.BgClassName
{
background-color: #24DE25;
}
</style>
border-color css
<style>
span { border-color: #24DE25; }
span { border-color: rgb(36,222,37); }
td.TdClassName
{
border-color: #24DE25;
}
.TagClassName
{
border-color: #24DE25;
}
</style>