Shades of Lime Green #24C324
Tints of Lime Green #24C324
RGB
CMYK
RGB Variations
Color information
#24C324 (or 0x24C324) is known color: Lime Green. HEX triplet: 24, C3 and 24. RGB value is (36,195,36). Sum of RGB (Red+Green+Blue) = 36+195+36=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 195 (76.56% from 255 or 73.03% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 195 - color contains mainly: green. Hex color #24C324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24C324 is #DB3CDB. Grayscale: #818181. Windows color (decimal): -14367964 or 2409252. OLE color: 2409252.
HSL color Cylindrical-coordinate representation of color #24C324: hue angle of 120º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24C324 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 195 | 36 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.24 |
| HSL | 120º | 0.69% | 0.45% | - |
| HSV(B) | 120º | 0.82% | 0.76% | - |
| XYZ | 20.56 | 39.53 | 8.22 | - |
| YUV | 129.33 | 75.32 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 195 | 36 | 0.82 | 0 | 0.82 | 0.24 | 120 | 0.69 | 0.45 |
| Hex | 24 | C3 | 24 | 52 | 0 | 52 | 18 | 78 | 45 | 2D |
| Octal | 44 | 303 | 44 | 122 | 0 | 122 | 30 | 170 | 105 | 55 |
| Binary | 100100 | 11000011 | 100100 | 1010010 | 0 | 1010010 | 11000 | 1111000 | 1000101 | 101101 |
Color Harmonies of #24C324
Complementary color
Monochromatic Colors of #24C324
Black with #24C324
Text Example
Text Example
White with #24C324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C324; }
p { color: rgb(36,195,36); }
H1.HeaderClassName
{
color: #24C324;
}
.AnyTagClassName
{
color: #24C324;
}
</style>
background-color css
<style>
a { background-color: #24C324; }
a { background-color: rgb(36,195,36); }
div.DivClassName
{
background-color: #24C324;
}
.BgClassName
{
background-color: #24C324;
}
</style>
border-color css
<style>
span { border-color: #24C324; }
span { border-color: rgb(36,195,36); }
td.TdClassName
{
border-color: #24C324;
}
.TagClassName
{
border-color: #24C324;
}
</style>