Shades of Lime Green #24C52D
Tints of Lime Green #24C52D
RGB
CMYK
RGB Variations
Color information
#24C52D (or 0x24C52D) is known color: Lime Green. HEX triplet: 24, C5 and 2D. RGB value is (36,197,45). Sum of RGB (Red+Green+Blue) = 36+197+45=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 197 (77.34% from 255 or 70.86% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 197 - color contains mainly: green. Hex color #24C52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24C52D is #DB3AD2. Grayscale: #838383. Windows color (decimal): -14367443 or 2999588. OLE color: 2999588.
HSL color Cylindrical-coordinate representation of color #24C52D: hue angle of 123.35º 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 #24C52D is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 36 | 197 | 45 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.23 |
| HSL | 123.35º | 0.69% | 0.46% | - |
| HSV(B) | 123.35º | 0.82% | 0.77% | - |
| XYZ | 21.17 | 40.5 | 9.18 | - |
| YUV | 131.53 | 79.16 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 197 | 45 | 0.82 | 0 | 0.77 | 0.23 | 123.35 | 0.69 | 0.46 |
| Hex | 24 | C5 | 2D | 52 | 0 | 4D | 17 | 7B | 45 | 2E |
| Octal | 44 | 305 | 55 | 122 | 0 | 115 | 27 | 173 | 105 | 56 |
| Binary | 100100 | 11000101 | 101101 | 1010010 | 0 | 1001101 | 10111 | 1111011 | 1000101 | 101110 |
Color Harmonies of #24C52D
Complementary color
Monochromatic Colors of #24C52D
Black with #24C52D
Text Example
Text Example
White with #24C52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C52D; }
p { color: rgb(36,197,45); }
H1.HeaderClassName
{
color: #24C52D;
}
.AnyTagClassName
{
color: #24C52D;
}
</style>
background-color css
<style>
a { background-color: #24C52D; }
a { background-color: rgb(36,197,45); }
div.DivClassName
{
background-color: #24C52D;
}
.BgClassName
{
background-color: #24C52D;
}
</style>
border-color css
<style>
span { border-color: #24C52D; }
span { border-color: rgb(36,197,45); }
td.TdClassName
{
border-color: #24C52D;
}
.TagClassName
{
border-color: #24C52D;
}
</style>