Shades of Lime Green #24BF2D
Tints of Lime Green #24BF2D
RGB
CMYK
RGB Variations
Color information
#24BF2D (or 0x24BF2D) is known color: Lime Green. HEX triplet: 24, BF and 2D. RGB value is (36,191,45). Sum of RGB (Red+Green+Blue) = 36+191+45=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #24BF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BF2D is #DB40D2. Grayscale: #808080. Windows color (decimal): -14368979 or 2998052. OLE color: 2998052.
HSL color Cylindrical-coordinate representation of color #24BF2D: hue angle of 123.48º 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 #24BF2D is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 191 | 45 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.25 |
| HSL | 123.48º | 0.68% | 0.45% | - |
| HSV(B) | 123.48º | 0.81% | 0.75% | - |
| XYZ | 19.83 | 37.83 | 8.74 | - |
| YUV | 128.01 | 81.15 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 45 | 0.81 | 0 | 0.76 | 0.25 | 123.48 | 0.68 | 0.45 |
| Hex | 24 | BF | 2D | 51 | 0 | 4C | 19 | 7B | 44 | 2D |
| Octal | 44 | 277 | 55 | 121 | 0 | 114 | 31 | 173 | 104 | 55 |
| Binary | 100100 | 10111111 | 101101 | 1010001 | 0 | 1001100 | 11001 | 1111011 | 1000100 | 101101 |
Color Harmonies of #24BF2D
Complementary color
Monochromatic Colors of #24BF2D
Black with #24BF2D
Text Example
Text Example
White with #24BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BF2D; }
p { color: rgb(36,191,45); }
H1.HeaderClassName
{
color: #24BF2D;
}
.AnyTagClassName
{
color: #24BF2D;
}
</style>
background-color css
<style>
a { background-color: #24BF2D; }
a { background-color: rgb(36,191,45); }
div.DivClassName
{
background-color: #24BF2D;
}
.BgClassName
{
background-color: #24BF2D;
}
</style>
border-color css
<style>
span { border-color: #24BF2D; }
span { border-color: rgb(36,191,45); }
td.TdClassName
{
border-color: #24BF2D;
}
.TagClassName
{
border-color: #24BF2D;
}
</style>