Shades of Lime Green #48E150
Tints of Lime Green #48E150
RGB
CMYK
RGB Variations
Color information
#48E150 (or 0x48E150) is known color: Lime Green. HEX triplet: 48, E1 and 50. RGB value is (72,225,80). Sum of RGB (Red+Green+Blue) = 72+225+80=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #48E150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E150 is #B71EAF. Grayscale: #A3A3A3. Windows color (decimal): -12000944 or 5300552. OLE color: 5300552.
HSL color Cylindrical-coordinate representation of color #48E150: hue angle of 123.14º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E150 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 225 | 80 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.12 |
| HSL | 123.14º | 0.72% | 0.58% | - |
| HSV(B) | 123.14º | 0.68% | 0.88% | - |
| XYZ | 31.05 | 55.81 | 16.73 | - |
| YUV | 162.72 | 81.31 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 225 | 80 | 0.68 | 0 | 0.64 | 0.12 | 123.14 | 0.72 | 0.58 |
| Hex | 48 | E1 | 50 | 44 | 0 | 40 | C | 7B | 48 | 3A |
| Octal | 110 | 341 | 120 | 104 | 0 | 100 | 14 | 173 | 110 | 72 |
| Binary | 1001000 | 11100001 | 1010000 | 1000100 | 0 | 1000000 | 1100 | 1111011 | 1001000 | 111010 |
Color Harmonies of #48E150
Complementary color
Monochromatic Colors of #48E150
Black with #48E150
Text Example
Text Example
White with #48E150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E150; }
p { color: rgb(72,225,80); }
H1.HeaderClassName
{
color: #48E150;
}
.AnyTagClassName
{
color: #48E150;
}
</style>
background-color css
<style>
a { background-color: #48E150; }
a { background-color: rgb(72,225,80); }
div.DivClassName
{
background-color: #48E150;
}
.BgClassName
{
background-color: #48E150;
}
</style>
border-color css
<style>
span { border-color: #48E150; }
span { border-color: rgb(72,225,80); }
td.TdClassName
{
border-color: #48E150;
}
.TagClassName
{
border-color: #48E150;
}
</style>