Shades of Lime Green #24BF40
Tints of Lime Green #24BF40
RGB
CMYK
RGB Variations
Color information
#24BF40 (or 0x24BF40) is known color: Lime Green. HEX triplet: 24, BF and 40. RGB value is (36,191,64). Sum of RGB (Red+Green+Blue) = 36+191+64=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 191 (75% from 255 or 65.64% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 191 - color contains mainly: green. Hex color #24BF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BF40 is #DB40BF. Grayscale: #828282. Windows color (decimal): -14368960 or 4243236. OLE color: 4243236.
HSL color Cylindrical-coordinate representation of color #24BF40: hue angle of 130.84º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BF40 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 191 | 64 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.25 |
| HSL | 130.84º | 0.68% | 0.45% | - |
| HSV(B) | 130.84º | 0.81% | 0.75% | - |
| XYZ | 20.28 | 38.01 | 11.12 | - |
| YUV | 130.18 | 90.65 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 64 | 0.81 | 0 | 0.66 | 0.25 | 130.84 | 0.68 | 0.45 |
| Hex | 24 | BF | 40 | 51 | 0 | 42 | 19 | 83 | 44 | 2D |
| Octal | 44 | 277 | 100 | 121 | 0 | 102 | 31 | 203 | 104 | 55 |
| Binary | 100100 | 10111111 | 1000000 | 1010001 | 0 | 1000010 | 11001 | 10000011 | 1000100 | 101101 |
Color Harmonies of #24BF40
Complementary color
Monochromatic Colors of #24BF40
Black with #24BF40
Text Example
Text Example
White with #24BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BF40; }
p { color: rgb(36,191,64); }
H1.HeaderClassName
{
color: #24BF40;
}
.AnyTagClassName
{
color: #24BF40;
}
</style>
background-color css
<style>
a { background-color: #24BF40; }
a { background-color: rgb(36,191,64); }
div.DivClassName
{
background-color: #24BF40;
}
.BgClassName
{
background-color: #24BF40;
}
</style>
border-color css
<style>
span { border-color: #24BF40; }
span { border-color: rgb(36,191,64); }
td.TdClassName
{
border-color: #24BF40;
}
.TagClassName
{
border-color: #24BF40;
}
</style>