Shades of Lime Green #24C145
Tints of Lime Green #24C145
RGB
CMYK
RGB Variations
Color information
#24C145 (or 0x24C145) is known color: Lime Green. HEX triplet: 24, C1 and 45. RGB value is (36,193,69). Sum of RGB (Red+Green+Blue) = 36+193+69=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #24C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24C145 is #DB3EBA. Grayscale: #848484. Windows color (decimal): -14368443 or 4571428. OLE color: 4571428.
HSL color Cylindrical-coordinate representation of color #24C145: hue angle of 132.61º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24C145 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 193 | 69 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.24 |
| HSL | 132.61º | 0.69% | 0.45% | - |
| HSV(B) | 132.61º | 0.81% | 0.76% | - |
| XYZ | 20.87 | 38.94 | 12.05 | - |
| YUV | 131.92 | 92.49 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 193 | 69 | 0.81 | 0 | 0.64 | 0.24 | 132.61 | 0.69 | 0.45 |
| Hex | 24 | C1 | 45 | 51 | 0 | 40 | 18 | 85 | 45 | 2D |
| Octal | 44 | 301 | 105 | 121 | 0 | 100 | 30 | 205 | 105 | 55 |
| Binary | 100100 | 11000001 | 1000101 | 1010001 | 0 | 1000000 | 11000 | 10000101 | 1000101 | 101101 |
Color Harmonies of #24C145
Complementary color
Monochromatic Colors of #24C145
Black with #24C145
Text Example
Text Example
White with #24C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C145; }
p { color: rgb(36,193,69); }
H1.HeaderClassName
{
color: #24C145;
}
.AnyTagClassName
{
color: #24C145;
}
</style>
background-color css
<style>
a { background-color: #24C145; }
a { background-color: rgb(36,193,69); }
div.DivClassName
{
background-color: #24C145;
}
.BgClassName
{
background-color: #24C145;
}
</style>
border-color css
<style>
span { border-color: #24C145; }
span { border-color: rgb(36,193,69); }
td.TdClassName
{
border-color: #24C145;
}
.TagClassName
{
border-color: #24C145;
}
</style>