Shades of Lime Green #24D045
Tints of Lime Green #24D045
RGB
CMYK
RGB Variations
Color information
#24D045 (or 0x24D045) is known color: Lime Green. HEX triplet: 24, D0 and 45. RGB value is (36,208,69). Sum of RGB (Red+Green+Blue) = 36+208+69=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #24D045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24D045 is #DB2FBA. Grayscale: #8D8D8D. Windows color (decimal): -14364603 or 4575268. OLE color: 4575268.
HSL color Cylindrical-coordinate representation of color #24D045: hue angle of 131.51º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D045 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 208 | 69 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.18 |
| HSL | 131.51º | 0.7% | 0.48% | - |
| HSV(B) | 131.51º | 0.83% | 0.82% | - |
| XYZ | 24.36 | 45.92 | 13.21 | - |
| YUV | 140.73 | 87.52 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 208 | 69 | 0.83 | 0 | 0.67 | 0.18 | 131.51 | 0.7 | 0.48 |
| Hex | 24 | D0 | 45 | 53 | 0 | 43 | 12 | 84 | 46 | 30 |
| Octal | 44 | 320 | 105 | 123 | 0 | 103 | 22 | 204 | 106 | 60 |
| Binary | 100100 | 11010000 | 1000101 | 1010011 | 0 | 1000011 | 10010 | 10000100 | 1000110 | 110000 |
Color Harmonies of #24D045
Complementary color
Monochromatic Colors of #24D045
Black with #24D045
Text Example
Text Example
White with #24D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D045; }
p { color: rgb(36,208,69); }
H1.HeaderClassName
{
color: #24D045;
}
.AnyTagClassName
{
color: #24D045;
}
</style>
background-color css
<style>
a { background-color: #24D045; }
a { background-color: rgb(36,208,69); }
div.DivClassName
{
background-color: #24D045;
}
.BgClassName
{
background-color: #24D045;
}
</style>
border-color css
<style>
span { border-color: #24D045; }
span { border-color: rgb(36,208,69); }
td.TdClassName
{
border-color: #24D045;
}
.TagClassName
{
border-color: #24D045;
}
</style>