Shades of Lime Green #48E248
Tints of Lime Green #48E248
RGB
CMYK
RGB Variations
Color information
#48E248 (or 0x48E248) is known color: Lime Green. HEX triplet: 48, E2 and 48. RGB value is (72,226,72). Sum of RGB (Red+Green+Blue) = 72+226+72=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 226 (88.67% from 255 or 61.08% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 226 - color contains mainly: green. Hex color #48E248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E248 is #B71DB7. Grayscale: #A2A2A2. Windows color (decimal): -12000696 or 4776520. OLE color: 4776520.
HSL color Cylindrical-coordinate representation of color #48E248: hue angle of 120º 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 #48E248 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 226 | 72 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.11 |
| HSL | 120º | 0.73% | 0.58% | - |
| HSV(B) | 120º | 0.68% | 0.89% | - |
| XYZ | 31.04 | 56.24 | 15.35 | - |
| YUV | 162.4 | 76.98 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 226 | 72 | 0.68 | 0 | 0.68 | 0.11 | 120 | 0.73 | 0.58 |
| Hex | 48 | E2 | 48 | 44 | 0 | 44 | B | 78 | 49 | 3A |
| Octal | 110 | 342 | 110 | 104 | 0 | 104 | 13 | 170 | 111 | 72 |
| Binary | 1001000 | 11100010 | 1001000 | 1000100 | 0 | 1000100 | 1011 | 1111000 | 1001001 | 111010 |
Color Harmonies of #48E248
Complementary color
Monochromatic Colors of #48E248
Black with #48E248
Text Example
Text Example
White with #48E248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E248; }
p { color: rgb(72,226,72); }
H1.HeaderClassName
{
color: #48E248;
}
.AnyTagClassName
{
color: #48E248;
}
</style>
background-color css
<style>
a { background-color: #48E248; }
a { background-color: rgb(72,226,72); }
div.DivClassName
{
background-color: #48E248;
}
.BgClassName
{
background-color: #48E248;
}
</style>
border-color css
<style>
span { border-color: #48E248; }
span { border-color: rgb(72,226,72); }
td.TdClassName
{
border-color: #48E248;
}
.TagClassName
{
border-color: #48E248;
}
</style>