Shades of Lime Green #48E051
Tints of Lime Green #48E051
RGB
CMYK
RGB Variations
Color information
#48E051 (or 0x48E051) is known color: Lime Green. HEX triplet: 48, E0 and 51. RGB value is (72,224,81). Sum of RGB (Red+Green+Blue) = 72+224+81=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #48E051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E051 is #B71FAE. Grayscale: #A2A2A2. Windows color (decimal): -12001199 or 5365832. OLE color: 5365832.
HSL color Cylindrical-coordinate representation of color #48E051: hue angle of 123.55º degrees, saturation: 0.71, 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 #48E051 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 224 | 81 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.12 |
| HSL | 123.55º | 0.71% | 0.58% | - |
| HSV(B) | 123.55º | 0.68% | 0.88% | - |
| XYZ | 30.81 | 55.28 | 16.83 | - |
| YUV | 162.25 | 82.14 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 224 | 81 | 0.68 | 0 | 0.64 | 0.12 | 123.55 | 0.71 | 0.58 |
| Hex | 48 | E0 | 51 | 44 | 0 | 40 | C | 7C | 47 | 3A |
| Octal | 110 | 340 | 121 | 104 | 0 | 100 | 14 | 174 | 107 | 72 |
| Binary | 1001000 | 11100000 | 1010001 | 1000100 | 0 | 1000000 | 1100 | 1111100 | 1000111 | 111010 |
Color Harmonies of #48E051
Complementary color
Monochromatic Colors of #48E051
Black with #48E051
Text Example
Text Example
White with #48E051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E051; }
p { color: rgb(72,224,81); }
H1.HeaderClassName
{
color: #48E051;
}
.AnyTagClassName
{
color: #48E051;
}
</style>
background-color css
<style>
a { background-color: #48E051; }
a { background-color: rgb(72,224,81); }
div.DivClassName
{
background-color: #48E051;
}
.BgClassName
{
background-color: #48E051;
}
</style>
border-color css
<style>
span { border-color: #48E051; }
span { border-color: rgb(72,224,81); }
td.TdClassName
{
border-color: #48E051;
}
.TagClassName
{
border-color: #48E051;
}
</style>