Shades of Lime Green #24BD40
Tints of Lime Green #24BD40
RGB
CMYK
RGB Variations
Color information
#24BD40 (or 0x24BD40) is known color: Lime Green. HEX triplet: 24, BD and 40. RGB value is (36,189,64). Sum of RGB (Red+Green+Blue) = 36+189+64=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BD40 is #DB42BF. Grayscale: #818181. Windows color (decimal): -14369472 or 4242724. OLE color: 4242724.
HSL color Cylindrical-coordinate representation of color #24BD40: hue angle of 130.98º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BD40 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 64 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.26 |
| HSL | 130.98º | 0.68% | 0.44% | - |
| HSV(B) | 130.98º | 0.81% | 0.74% | - |
| XYZ | 19.85 | 37.14 | 10.97 | - |
| YUV | 129 | 91.31 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 64 | 0.81 | 0 | 0.66 | 0.26 | 130.98 | 0.68 | 0.44 |
| Hex | 24 | BD | 40 | 51 | 0 | 42 | 1A | 83 | 44 | 2C |
| Octal | 44 | 275 | 100 | 121 | 0 | 102 | 32 | 203 | 104 | 54 |
| Binary | 100100 | 10111101 | 1000000 | 1010001 | 0 | 1000010 | 11010 | 10000011 | 1000100 | 101100 |
Color Harmonies of #24BD40
Complementary color
Monochromatic Colors of #24BD40
Black with #24BD40
Text Example
Text Example
White with #24BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BD40; }
p { color: rgb(36,189,64); }
H1.HeaderClassName
{
color: #24BD40;
}
.AnyTagClassName
{
color: #24BD40;
}
</style>
background-color css
<style>
a { background-color: #24BD40; }
a { background-color: rgb(36,189,64); }
div.DivClassName
{
background-color: #24BD40;
}
.BgClassName
{
background-color: #24BD40;
}
</style>
border-color css
<style>
span { border-color: #24BD40; }
span { border-color: rgb(36,189,64); }
td.TdClassName
{
border-color: #24BD40;
}
.TagClassName
{
border-color: #24BD40;
}
</style>