Shades of Lime Green #24C525
Tints of Lime Green #24C525
RGB
CMYK
RGB Variations
Color information
#24C525 (or 0x24C525) is known color: Lime Green. HEX triplet: 24, C5 and 25. RGB value is (36,197,37). Sum of RGB (Red+Green+Blue) = 36+197+37=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 197 (77.34% from 255 or 72.96% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 197 - color contains mainly: green. Hex color #24C525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24C525 is #DB3ADA. Grayscale: #838383. Windows color (decimal): -14367451 or 2475300. OLE color: 2475300.
HSL color Cylindrical-coordinate representation of color #24C525: hue angle of 120.37º 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 #24C525 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 36 | 197 | 37 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.23 |
| HSL | 120.37º | 0.69% | 0.46% | - |
| HSV(B) | 120.37º | 0.82% | 0.77% | - |
| XYZ | 21.03 | 40.44 | 8.45 | - |
| YUV | 130.62 | 75.16 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 197 | 37 | 0.82 | 0 | 0.81 | 0.23 | 120.37 | 0.69 | 0.46 |
| Hex | 24 | C5 | 25 | 52 | 0 | 51 | 17 | 78 | 45 | 2E |
| Octal | 44 | 305 | 45 | 122 | 0 | 121 | 27 | 170 | 105 | 56 |
| Binary | 100100 | 11000101 | 100101 | 1010010 | 0 | 1010001 | 10111 | 1111000 | 1000101 | 101110 |
Color Harmonies of #24C525
Complementary color
Monochromatic Colors of #24C525
Black with #24C525
Text Example
Text Example
White with #24C525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C525; }
p { color: rgb(36,197,37); }
H1.HeaderClassName
{
color: #24C525;
}
.AnyTagClassName
{
color: #24C525;
}
</style>
background-color css
<style>
a { background-color: #24C525; }
a { background-color: rgb(36,197,37); }
div.DivClassName
{
background-color: #24C525;
}
.BgClassName
{
background-color: #24C525;
}
</style>
border-color css
<style>
span { border-color: #24C525; }
span { border-color: rgb(36,197,37); }
td.TdClassName
{
border-color: #24C525;
}
.TagClassName
{
border-color: #24C525;
}
</style>