Shades of Lime Green #48E152
Tints of Lime Green #48E152
RGB
CMYK
RGB Variations
Color information
#48E152 (or 0x48E152) is known color: Lime Green. HEX triplet: 48, E1 and 52. RGB value is (72,225,82). Sum of RGB (Red+Green+Blue) = 72+225+82=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 225 (88.28% from 255 or 59.37% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 225 - color contains mainly: green. Hex color #48E152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E152 is #B71EAD. Grayscale: #A3A3A3. Windows color (decimal): -12000942 or 5431624. OLE color: 5431624.
HSL color Cylindrical-coordinate representation of color #48E152: hue angle of 123.92º 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 #48E152 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 225 | 82 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.12 |
| HSL | 123.92º | 0.72% | 0.58% | - |
| HSV(B) | 123.92º | 0.68% | 0.88% | - |
| XYZ | 31.12 | 55.84 | 17.12 | - |
| YUV | 162.95 | 82.31 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 225 | 82 | 0.68 | 0 | 0.64 | 0.12 | 123.92 | 0.72 | 0.58 |
| Hex | 48 | E1 | 52 | 44 | 0 | 40 | C | 7C | 48 | 3A |
| Octal | 110 | 341 | 122 | 104 | 0 | 100 | 14 | 174 | 110 | 72 |
| Binary | 1001000 | 11100001 | 1010010 | 1000100 | 0 | 1000000 | 1100 | 1111100 | 1001000 | 111010 |
Color Harmonies of #48E152
Complementary color
Monochromatic Colors of #48E152
Black with #48E152
Text Example
Text Example
White with #48E152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E152; }
p { color: rgb(72,225,82); }
H1.HeaderClassName
{
color: #48E152;
}
.AnyTagClassName
{
color: #48E152;
}
</style>
background-color css
<style>
a { background-color: #48E152; }
a { background-color: rgb(72,225,82); }
div.DivClassName
{
background-color: #48E152;
}
.BgClassName
{
background-color: #48E152;
}
</style>
border-color css
<style>
span { border-color: #48E152; }
span { border-color: rgb(72,225,82); }
td.TdClassName
{
border-color: #48E152;
}
.TagClassName
{
border-color: #48E152;
}
</style>