Shades of Lime Green #24D530
Tints of Lime Green #24D530
RGB
CMYK
RGB Variations
Color information
#24D530 (or 0x24D530) is known color: Lime Green. HEX triplet: 24, D5 and 30. RGB value is (36,213,48). Sum of RGB (Red+Green+Blue) = 36+213+48=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 213 (83.59% from 255 or 71.72% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 213 - color contains mainly: green. Hex color #24D530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24D530 is #DB2ACF. Grayscale: #8D8D8D. Windows color (decimal): -14363344 or 3200292. OLE color: 3200292.
HSL color Cylindrical-coordinate representation of color #24D530: hue angle of 124.07º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D530 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 213 | 48 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.16 |
| HSL | 124.07º | 0.71% | 0.49% | - |
| HSV(B) | 124.07º | 0.83% | 0.84% | - |
| XYZ | 25.06 | 48.18 | 10.77 | - |
| YUV | 141.27 | 75.36 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 213 | 48 | 0.83 | 0 | 0.77 | 0.16 | 124.07 | 0.71 | 0.49 |
| Hex | 24 | D5 | 30 | 53 | 0 | 4D | 10 | 7C | 47 | 31 |
| Octal | 44 | 325 | 60 | 123 | 0 | 115 | 20 | 174 | 107 | 61 |
| Binary | 100100 | 11010101 | 110000 | 1010011 | 0 | 1001101 | 10000 | 1111100 | 1000111 | 110001 |
Color Harmonies of #24D530
Complementary color
Monochromatic Colors of #24D530
Black with #24D530
Text Example
Text Example
White with #24D530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D530; }
p { color: rgb(36,213,48); }
H1.HeaderClassName
{
color: #24D530;
}
.AnyTagClassName
{
color: #24D530;
}
</style>
background-color css
<style>
a { background-color: #24D530; }
a { background-color: rgb(36,213,48); }
div.DivClassName
{
background-color: #24D530;
}
.BgClassName
{
background-color: #24D530;
}
</style>
border-color css
<style>
span { border-color: #24D530; }
span { border-color: rgb(36,213,48); }
td.TdClassName
{
border-color: #24D530;
}
.TagClassName
{
border-color: #24D530;
}
</style>