Shades of Lime Green #24C52F
Tints of Lime Green #24C52F
RGB
CMYK
RGB Variations
Color information
#24C52F (or 0x24C52F) is known color: Lime Green. HEX triplet: 24, C5 and 2F. RGB value is (36,197,47). Sum of RGB (Red+Green+Blue) = 36+197+47=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #24C52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24C52F is #DB3AD0. Grayscale: #848484. Windows color (decimal): -14367441 or 3130660. OLE color: 3130660.
HSL color Cylindrical-coordinate representation of color #24C52F: hue angle of 124.1º 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 #24C52F is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 36 | 197 | 47 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.23 |
| HSL | 124.1º | 0.69% | 0.46% | - |
| HSV(B) | 124.1º | 0.82% | 0.77% | - |
| XYZ | 21.21 | 40.51 | 9.39 | - |
| YUV | 131.76 | 80.16 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 197 | 47 | 0.82 | 0 | 0.76 | 0.23 | 124.1 | 0.69 | 0.46 |
| Hex | 24 | C5 | 2F | 52 | 0 | 4C | 17 | 7C | 45 | 2E |
| Octal | 44 | 305 | 57 | 122 | 0 | 114 | 27 | 174 | 105 | 56 |
| Binary | 100100 | 11000101 | 101111 | 1010010 | 0 | 1001100 | 10111 | 1111100 | 1000101 | 101110 |
Color Harmonies of #24C52F
Complementary color
Monochromatic Colors of #24C52F
Black with #24C52F
Text Example
Text Example
White with #24C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C52F; }
p { color: rgb(36,197,47); }
H1.HeaderClassName
{
color: #24C52F;
}
.AnyTagClassName
{
color: #24C52F;
}
</style>
background-color css
<style>
a { background-color: #24C52F; }
a { background-color: rgb(36,197,47); }
div.DivClassName
{
background-color: #24C52F;
}
.BgClassName
{
background-color: #24C52F;
}
</style>
border-color css
<style>
span { border-color: #24C52F; }
span { border-color: rgb(36,197,47); }
td.TdClassName
{
border-color: #24C52F;
}
.TagClassName
{
border-color: #24C52F;
}
</style>