Shades of Lime Green #24BD21
Tints of Lime Green #24BD21
RGB
CMYK
RGB Variations
Color information
#24BD21 (or 0x24BD21) is known color: Lime Green. HEX triplet: 24, BD and 21. RGB value is (36,189,33). Sum of RGB (Red+Green+Blue) = 36+189+33=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 189 (74.22% from 255 or 73.26% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BD21 is #DB42DE. Grayscale: #7D7D7D. Windows color (decimal): -14369503 or 2211108. OLE color: 2211108.
HSL color Cylindrical-coordinate representation of color #24BD21: hue angle of 118.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24BD21 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 33 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.26 |
| HSL | 118.85º | 0.7% | 0.44% | - |
| HSV(B) | 118.85º | 0.83% | 0.74% | - |
| XYZ | 19.2 | 36.88 | 7.55 | - |
| YUV | 125.47 | 75.81 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 33 | 0.81 | 0 | 0.83 | 0.26 | 118.85 | 0.7 | 0.44 |
| Hex | 24 | BD | 21 | 51 | 0 | 53 | 1A | 77 | 46 | 2C |
| Octal | 44 | 275 | 41 | 121 | 0 | 123 | 32 | 167 | 106 | 54 |
| Binary | 100100 | 10111101 | 100001 | 1010001 | 0 | 1010011 | 11010 | 1110111 | 1000110 | 101100 |
Color Harmonies of #24BD21
Complementary color
Monochromatic Colors of #24BD21
Black with #24BD21
Text Example
Text Example
White with #24BD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BD21; }
p { color: rgb(36,189,33); }
H1.HeaderClassName
{
color: #24BD21;
}
.AnyTagClassName
{
color: #24BD21;
}
</style>
background-color css
<style>
a { background-color: #24BD21; }
a { background-color: rgb(36,189,33); }
div.DivClassName
{
background-color: #24BD21;
}
.BgClassName
{
background-color: #24BD21;
}
</style>
border-color css
<style>
span { border-color: #24BD21; }
span { border-color: rgb(36,189,33); }
td.TdClassName
{
border-color: #24BD21;
}
.TagClassName
{
border-color: #24BD21;
}
</style>