Shades of Lime Green #24C542
Tints of Lime Green #24C542
RGB
CMYK
RGB Variations
Color information
#24C542 (or 0x24C542) is known color: Lime Green. HEX triplet: 24, C5 and 42. RGB value is (36,197,66). Sum of RGB (Red+Green+Blue) = 36+197+66=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #24C542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24C542 is #DB3ABD. Grayscale: #868686. Windows color (decimal): -14367422 or 4375844. OLE color: 4375844.
HSL color Cylindrical-coordinate representation of color #24C542: hue angle of 131.18º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24C542 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 36 | 197 | 66 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.23 |
| HSL | 131.18º | 0.69% | 0.46% | - |
| HSV(B) | 131.18º | 0.82% | 0.77% | - |
| XYZ | 21.68 | 40.7 | 11.87 | - |
| YUV | 133.93 | 89.66 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 197 | 66 | 0.82 | 0 | 0.66 | 0.23 | 131.18 | 0.69 | 0.46 |
| Hex | 24 | C5 | 42 | 52 | 0 | 42 | 17 | 83 | 45 | 2E |
| Octal | 44 | 305 | 102 | 122 | 0 | 102 | 27 | 203 | 105 | 56 |
| Binary | 100100 | 11000101 | 1000010 | 1010010 | 0 | 1000010 | 10111 | 10000011 | 1000101 | 101110 |
Color Harmonies of #24C542
Complementary color
Monochromatic Colors of #24C542
Black with #24C542
Text Example
Text Example
White with #24C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C542; }
p { color: rgb(36,197,66); }
H1.HeaderClassName
{
color: #24C542;
}
.AnyTagClassName
{
color: #24C542;
}
</style>
background-color css
<style>
a { background-color: #24C542; }
a { background-color: rgb(36,197,66); }
div.DivClassName
{
background-color: #24C542;
}
.BgClassName
{
background-color: #24C542;
}
</style>
border-color css
<style>
span { border-color: #24C542; }
span { border-color: rgb(36,197,66); }
td.TdClassName
{
border-color: #24C542;
}
.TagClassName
{
border-color: #24C542;
}
</style>