Shades of Lime Green #48E144
Tints of Lime Green #48E144
RGB
CMYK
RGB Variations
Color information
#48E144 (or 0x48E144) is known color: Lime Green. HEX triplet: 48, E1 and 44. RGB value is (72,225,68). Sum of RGB (Red+Green+Blue) = 72+225+68=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 225 (88.28% from 255 or 61.64% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 225 - color contains mainly: green. Hex color #48E144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E144 is #B71EBB. Grayscale: #A1A1A1. Windows color (decimal): -12000956 or 4514120. OLE color: 4514120.
HSL color Cylindrical-coordinate representation of color #48E144: hue angle of 118.47º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48E144 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 225 | 68 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.12 |
| HSL | 118.47º | 0.72% | 0.57% | - |
| HSV(B) | 118.47º | 0.7% | 0.88% | - |
| XYZ | 30.64 | 55.65 | 14.59 | - |
| YUV | 161.36 | 75.31 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 225 | 68 | 0.68 | 0 | 0.70 | 0.12 | 118.47 | 0.72 | 0.57 |
| Hex | 48 | E1 | 44 | 44 | 0 | 46 | C | 76 | 48 | 39 |
| Octal | 110 | 341 | 104 | 104 | 0 | 106 | 14 | 166 | 110 | 71 |
| Binary | 1001000 | 11100001 | 1000100 | 1000100 | 0 | 1000110 | 1100 | 1110110 | 1001000 | 111001 |
Color Harmonies of #48E144
Complementary color
Monochromatic Colors of #48E144
Black with #48E144
Text Example
Text Example
White with #48E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E144; }
p { color: rgb(72,225,68); }
H1.HeaderClassName
{
color: #48E144;
}
.AnyTagClassName
{
color: #48E144;
}
</style>
background-color css
<style>
a { background-color: #48E144; }
a { background-color: rgb(72,225,68); }
div.DivClassName
{
background-color: #48E144;
}
.BgClassName
{
background-color: #48E144;
}
</style>
border-color css
<style>
span { border-color: #48E144; }
span { border-color: rgb(72,225,68); }
td.TdClassName
{
border-color: #48E144;
}
.TagClassName
{
border-color: #48E144;
}
</style>