Shades of Lime Green #48E130
Tints of Lime Green #48E130
RGB
CMYK
RGB Variations
Color information
#48E130 (or 0x48E130) is known color: Lime Green. HEX triplet: 48, E1 and 30. RGB value is (72,225,48). Sum of RGB (Red+Green+Blue) = 72+225+48=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 225 (88.28% from 255 or 65.22% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 225 - color contains mainly: green. Hex color #48E130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E130 is #B71ECF. Grayscale: #9F9F9F. Windows color (decimal): -12000976 or 3203400. OLE color: 3203400.
HSL color Cylindrical-coordinate representation of color #48E130: hue angle of 111.86º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48E130 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 225 | 48 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.12 |
| HSL | 111.86º | 0.75% | 0.54% | - |
| HSV(B) | 111.86º | 0.79% | 0.88% | - |
| XYZ | 30.13 | 55.44 | 11.91 | - |
| YUV | 159.08 | 65.31 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 225 | 48 | 0.68 | 0 | 0.79 | 0.12 | 111.86 | 0.75 | 0.54 |
| Hex | 48 | E1 | 30 | 44 | 0 | 4F | C | 70 | 4B | 36 |
| Octal | 110 | 341 | 60 | 104 | 0 | 117 | 14 | 160 | 113 | 66 |
| Binary | 1001000 | 11100001 | 110000 | 1000100 | 0 | 1001111 | 1100 | 1110000 | 1001011 | 110110 |
Color Harmonies of #48E130
Complementary color
Monochromatic Colors of #48E130
Black with #48E130
Text Example
Text Example
White with #48E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E130; }
p { color: rgb(72,225,48); }
H1.HeaderClassName
{
color: #48E130;
}
.AnyTagClassName
{
color: #48E130;
}
</style>
background-color css
<style>
a { background-color: #48E130; }
a { background-color: rgb(72,225,48); }
div.DivClassName
{
background-color: #48E130;
}
.BgClassName
{
background-color: #48E130;
}
</style>
border-color css
<style>
span { border-color: #48E130; }
span { border-color: rgb(72,225,48); }
td.TdClassName
{
border-color: #48E130;
}
.TagClassName
{
border-color: #48E130;
}
</style>