Shades of Lime Green #24C345
Tints of Lime Green #24C345
RGB
CMYK
RGB Variations
Color information
#24C345 (or 0x24C345) is known color: Lime Green. HEX triplet: 24, C3 and 45. RGB value is (36,195,69). Sum of RGB (Red+Green+Blue) = 36+195+69=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #24C345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24C345 is #DB3CBA. Grayscale: #858585. Windows color (decimal): -14367931 or 4571940. OLE color: 4571940.
HSL color Cylindrical-coordinate representation of color #24C345: hue angle of 132.45º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24C345 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 195 | 69 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.24 |
| HSL | 132.45º | 0.69% | 0.45% | - |
| HSV(B) | 132.45º | 0.82% | 0.76% | - |
| XYZ | 21.32 | 39.83 | 12.2 | - |
| YUV | 133.1 | 91.82 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 195 | 69 | 0.82 | 0 | 0.65 | 0.24 | 132.45 | 0.69 | 0.45 |
| Hex | 24 | C3 | 45 | 52 | 0 | 41 | 18 | 84 | 45 | 2D |
| Octal | 44 | 303 | 105 | 122 | 0 | 101 | 30 | 204 | 105 | 55 |
| Binary | 100100 | 11000011 | 1000101 | 1010010 | 0 | 1000001 | 11000 | 10000100 | 1000101 | 101101 |
Color Harmonies of #24C345
Complementary color
Monochromatic Colors of #24C345
Black with #24C345
Text Example
Text Example
White with #24C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C345; }
p { color: rgb(36,195,69); }
H1.HeaderClassName
{
color: #24C345;
}
.AnyTagClassName
{
color: #24C345;
}
</style>
background-color css
<style>
a { background-color: #24C345; }
a { background-color: rgb(36,195,69); }
div.DivClassName
{
background-color: #24C345;
}
.BgClassName
{
background-color: #24C345;
}
</style>
border-color css
<style>
span { border-color: #24C345; }
span { border-color: rgb(36,195,69); }
td.TdClassName
{
border-color: #24C345;
}
.TagClassName
{
border-color: #24C345;
}
</style>