Shades of Lime Green #48E024
Tints of Lime Green #48E024
RGB
CMYK
RGB Variations
Color information
#48E024 (or 0x48E024) is known color: Lime Green. HEX triplet: 48, E0 and 24. RGB value is (72,224,36). Sum of RGB (Red+Green+Blue) = 72+224+36=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 224 (87.89% from 255 or 67.47% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 224 - color contains mainly: green. Hex color #48E024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E024 is #B71FDB. Grayscale: #9D9D9D. Windows color (decimal): -12001244 or 2416712. OLE color: 2416712.
HSL color Cylindrical-coordinate representation of color #48E024: hue angle of 108.51º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48E024 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 224 | 36 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.12 |
| HSL | 108.51º | 0.75% | 0.51% | - |
| HSV(B) | 108.51º | 0.84% | 0.88% | - |
| XYZ | 29.65 | 54.82 | 10.69 | - |
| YUV | 157.12 | 59.64 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 224 | 36 | 0.68 | 0 | 0.84 | 0.12 | 108.51 | 0.75 | 0.51 |
| Hex | 48 | E0 | 24 | 44 | 0 | 54 | C | 6D | 4B | 33 |
| Octal | 110 | 340 | 44 | 104 | 0 | 124 | 14 | 155 | 113 | 63 |
| Binary | 1001000 | 11100000 | 100100 | 1000100 | 0 | 1010100 | 1100 | 1101101 | 1001011 | 110011 |
Color Harmonies of #48E024
Complementary color
Monochromatic Colors of #48E024
Black with #48E024
Text Example
Text Example
White with #48E024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E024; }
p { color: rgb(72,224,36); }
H1.HeaderClassName
{
color: #48E024;
}
.AnyTagClassName
{
color: #48E024;
}
</style>
background-color css
<style>
a { background-color: #48E024; }
a { background-color: rgb(72,224,36); }
div.DivClassName
{
background-color: #48E024;
}
.BgClassName
{
background-color: #48E024;
}
</style>
border-color css
<style>
span { border-color: #48E024; }
span { border-color: rgb(72,224,36); }
td.TdClassName
{
border-color: #48E024;
}
.TagClassName
{
border-color: #48E024;
}
</style>