Shades of Lime Green #48E331
Tints of Lime Green #48E331
RGB
CMYK
RGB Variations
Color information
#48E331 (or 0x48E331) is known color: Lime Green. HEX triplet: 48, E3 and 31. RGB value is (72,227,49). Sum of RGB (Red+Green+Blue) = 72+227+49=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 227 (89.06% from 255 or 65.23% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 227 - color contains mainly: green. Hex color #48E331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E331 is #B71CCE. Grayscale: #A0A0A0. Windows color (decimal): -12000463 or 3269448. OLE color: 3269448.
HSL color Cylindrical-coordinate representation of color #48E331: hue angle of 112.25º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48E331 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 227 | 49 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.11 |
| HSL | 112.25º | 0.76% | 0.54% | - |
| HSV(B) | 112.25º | 0.78% | 0.89% | - |
| XYZ | 30.7 | 56.54 | 12.2 | - |
| YUV | 160.36 | 65.15 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 227 | 49 | 0.68 | 0 | 0.78 | 0.11 | 112.25 | 0.76 | 0.54 |
| Hex | 48 | E3 | 31 | 44 | 0 | 4E | B | 70 | 4C | 36 |
| Octal | 110 | 343 | 61 | 104 | 0 | 116 | 13 | 160 | 114 | 66 |
| Binary | 1001000 | 11100011 | 110001 | 1000100 | 0 | 1001110 | 1011 | 1110000 | 1001100 | 110110 |
Color Harmonies of #48E331
Complementary color
Monochromatic Colors of #48E331
Black with #48E331
Text Example
Text Example
White with #48E331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E331; }
p { color: rgb(72,227,49); }
H1.HeaderClassName
{
color: #48E331;
}
.AnyTagClassName
{
color: #48E331;
}
</style>
background-color css
<style>
a { background-color: #48E331; }
a { background-color: rgb(72,227,49); }
div.DivClassName
{
background-color: #48E331;
}
.BgClassName
{
background-color: #48E331;
}
</style>
border-color css
<style>
span { border-color: #48E331; }
span { border-color: rgb(72,227,49); }
td.TdClassName
{
border-color: #48E331;
}
.TagClassName
{
border-color: #48E331;
}
</style>