Shades of Lime Green #48E533
Tints of Lime Green #48E533
RGB
CMYK
RGB Variations
Color information
#48E533 (or 0x48E533) is known color: Lime Green. HEX triplet: 48, E5 and 33. RGB value is (72,229,51). Sum of RGB (Red+Green+Blue) = 72+229+51=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 229 (89.84% from 255 or 65.06% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 229 - color contains mainly: green. Hex color #48E533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E533 is #B71ACC. Grayscale: #A2A2A2. Windows color (decimal): -11999949 or 3401032. OLE color: 3401032.
HSL color Cylindrical-coordinate representation of color #48E533: hue angle of 112.92º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48E533 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 229 | 51 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.10 |
| HSL | 112.92º | 0.77% | 0.55% | - |
| HSV(B) | 112.92º | 0.78% | 0.9% | - |
| XYZ | 31.29 | 57.66 | 12.61 | - |
| YUV | 161.77 | 65.49 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 229 | 51 | 0.69 | 0 | 0.78 | 0.10 | 112.92 | 0.77 | 0.55 |
| Hex | 48 | E5 | 33 | 45 | 0 | 4E | A | 71 | 4D | 37 |
| Octal | 110 | 345 | 63 | 105 | 0 | 116 | 12 | 161 | 115 | 67 |
| Binary | 1001000 | 11100101 | 110011 | 1000101 | 0 | 1001110 | 1010 | 1110001 | 1001101 | 110111 |
Color Harmonies of #48E533
Complementary color
Monochromatic Colors of #48E533
Black with #48E533
Text Example
Text Example
White with #48E533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E533; }
p { color: rgb(72,229,51); }
H1.HeaderClassName
{
color: #48E533;
}
.AnyTagClassName
{
color: #48E533;
}
</style>
background-color css
<style>
a { background-color: #48E533; }
a { background-color: rgb(72,229,51); }
div.DivClassName
{
background-color: #48E533;
}
.BgClassName
{
background-color: #48E533;
}
</style>
border-color css
<style>
span { border-color: #48E533; }
span { border-color: rgb(72,229,51); }
td.TdClassName
{
border-color: #48E533;
}
.TagClassName
{
border-color: #48E533;
}
</style>