Shades of Lime Green #48DF24
Tints of Lime Green #48DF24
RGB
CMYK
RGB Variations
Color information
#48DF24 (or 0x48DF24) is known color: Lime Green. HEX triplet: 48, DF and 24. RGB value is (72,223,36). Sum of RGB (Red+Green+Blue) = 72+223+36=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 223 (87.5% from 255 or 67.37% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DF24 is #B720DB. Grayscale: #9D9D9D. Windows color (decimal): -12001500 or 2416456. OLE color: 2416456.
HSL color Cylindrical-coordinate representation of color #48DF24: hue angle of 108.45º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48DF24 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 36 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.13 |
| HSL | 108.45º | 0.75% | 0.51% | - |
| HSV(B) | 108.45º | 0.84% | 0.87% | - |
| XYZ | 29.38 | 54.28 | 10.6 | - |
| YUV | 156.53 | 59.97 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 36 | 0.68 | 0 | 0.84 | 0.13 | 108.45 | 0.75 | 0.51 |
| Hex | 48 | DF | 24 | 44 | 0 | 54 | D | 6C | 4B | 33 |
| Octal | 110 | 337 | 44 | 104 | 0 | 124 | 15 | 154 | 113 | 63 |
| Binary | 1001000 | 11011111 | 100100 | 1000100 | 0 | 1010100 | 1101 | 1101100 | 1001011 | 110011 |
Color Harmonies of #48DF24
Complementary color
Monochromatic Colors of #48DF24
Black with #48DF24
Text Example
Text Example
White with #48DF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DF24; }
p { color: rgb(72,223,36); }
H1.HeaderClassName
{
color: #48DF24;
}
.AnyTagClassName
{
color: #48DF24;
}
</style>
background-color css
<style>
a { background-color: #48DF24; }
a { background-color: rgb(72,223,36); }
div.DivClassName
{
background-color: #48DF24;
}
.BgClassName
{
background-color: #48DF24;
}
</style>
border-color css
<style>
span { border-color: #48DF24; }
span { border-color: rgb(72,223,36); }
td.TdClassName
{
border-color: #48DF24;
}
.TagClassName
{
border-color: #48DF24;
}
</style>