Shades of Lime Green #48E249
Tints of Lime Green #48E249
RGB
CMYK
RGB Variations
Color information
#48E249 (or 0x48E249) is known color: Lime Green. HEX triplet: 48, E2 and 49. RGB value is (72,226,73). Sum of RGB (Red+Green+Blue) = 72+226+73=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #48E249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E249 is #B71DB6. Grayscale: #A2A2A2. Windows color (decimal): -12000695 or 4842056. OLE color: 4842056.
HSL color Cylindrical-coordinate representation of color #48E249: hue angle of 120.39º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E249 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 226 | 73 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.11 |
| HSL | 120.39º | 0.73% | 0.58% | - |
| HSV(B) | 120.39º | 0.68% | 0.89% | - |
| XYZ | 31.07 | 56.25 | 15.52 | - |
| YUV | 162.51 | 77.48 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 226 | 73 | 0.68 | 0 | 0.68 | 0.11 | 120.39 | 0.73 | 0.58 |
| Hex | 48 | E2 | 49 | 44 | 0 | 44 | B | 78 | 49 | 3A |
| Octal | 110 | 342 | 111 | 104 | 0 | 104 | 13 | 170 | 111 | 72 |
| Binary | 1001000 | 11100010 | 1001001 | 1000100 | 0 | 1000100 | 1011 | 1111000 | 1001001 | 111010 |
Color Harmonies of #48E249
Complementary color
Monochromatic Colors of #48E249
Black with #48E249
Text Example
Text Example
White with #48E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E249; }
p { color: rgb(72,226,73); }
H1.HeaderClassName
{
color: #48E249;
}
.AnyTagClassName
{
color: #48E249;
}
</style>
background-color css
<style>
a { background-color: #48E249; }
a { background-color: rgb(72,226,73); }
div.DivClassName
{
background-color: #48E249;
}
.BgClassName
{
background-color: #48E249;
}
</style>
border-color css
<style>
span { border-color: #48E249; }
span { border-color: rgb(72,226,73); }
td.TdClassName
{
border-color: #48E249;
}
.TagClassName
{
border-color: #48E249;
}
</style>