Shades of Lime Green #24BF32
Tints of Lime Green #24BF32
RGB
CMYK
RGB Variations
Color information
#24BF32 (or 0x24BF32) is known color: Lime Green. HEX triplet: 24, BF and 32. RGB value is (36,191,50). Sum of RGB (Red+Green+Blue) = 36+191+50=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 191 (75% from 255 or 68.95% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 191 - color contains mainly: green. Hex color #24BF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BF32 is #DB40CD. Grayscale: #808080. Windows color (decimal): -14368974 or 3325732. OLE color: 3325732.
HSL color Cylindrical-coordinate representation of color #24BF32: hue angle of 125.42º 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 #24BF32 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 191 | 50 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.25 |
| HSL | 125.42º | 0.68% | 0.45% | - |
| HSV(B) | 125.42º | 0.81% | 0.75% | - |
| XYZ | 19.93 | 37.87 | 9.28 | - |
| YUV | 128.58 | 83.65 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 50 | 0.81 | 0 | 0.74 | 0.25 | 125.42 | 0.68 | 0.45 |
| Hex | 24 | BF | 32 | 51 | 0 | 4A | 19 | 7D | 44 | 2D |
| Octal | 44 | 277 | 62 | 121 | 0 | 112 | 31 | 175 | 104 | 55 |
| Binary | 100100 | 10111111 | 110010 | 1010001 | 0 | 1001010 | 11001 | 1111101 | 1000100 | 101101 |
Color Harmonies of #24BF32
Complementary color
Monochromatic Colors of #24BF32
Black with #24BF32
Text Example
Text Example
White with #24BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BF32; }
p { color: rgb(36,191,50); }
H1.HeaderClassName
{
color: #24BF32;
}
.AnyTagClassName
{
color: #24BF32;
}
</style>
background-color css
<style>
a { background-color: #24BF32; }
a { background-color: rgb(36,191,50); }
div.DivClassName
{
background-color: #24BF32;
}
.BgClassName
{
background-color: #24BF32;
}
</style>
border-color css
<style>
span { border-color: #24BF32; }
span { border-color: rgb(36,191,50); }
td.TdClassName
{
border-color: #24BF32;
}
.TagClassName
{
border-color: #24BF32;
}
</style>