Shades of Lime Green #48E835
Tints of Lime Green #48E835
RGB
CMYK
RGB Variations
Color information
#48E835 (or 0x48E835) is known color: Lime Green. HEX triplet: 48, E8 and 35. RGB value is (72,232,53). Sum of RGB (Red+Green+Blue) = 72+232+53=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 232 (91.02% from 255 or 64.99% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 232 - color contains mainly: green. Hex color #48E835 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E835 is #B717CA. Grayscale: #A4A4A4. Windows color (decimal): -11999179 or 3532872. OLE color: 3532872.
HSL color Cylindrical-coordinate representation of color #48E835: hue angle of 113.63º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48E835 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 232 | 53 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.09 |
| HSL | 113.63º | 0.8% | 0.56% | - |
| HSV(B) | 113.63º | 0.77% | 0.91% | - |
| XYZ | 32.17 | 59.35 | 13.13 | - |
| YUV | 163.75 | 65.49 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 232 | 53 | 0.69 | 0 | 0.77 | 0.09 | 113.63 | 0.8 | 0.56 |
| Hex | 48 | E8 | 35 | 45 | 0 | 4D | 9 | 72 | 50 | 38 |
| Octal | 110 | 350 | 65 | 105 | 0 | 115 | 11 | 162 | 120 | 70 |
| Binary | 1001000 | 11101000 | 110101 | 1000101 | 0 | 1001101 | 1001 | 1110010 | 1010000 | 111000 |
Color Harmonies of #48E835
Complementary color
Monochromatic Colors of #48E835
Black with #48E835
Text Example
Text Example
White with #48E835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E835; }
p { color: rgb(72,232,53); }
H1.HeaderClassName
{
color: #48E835;
}
.AnyTagClassName
{
color: #48E835;
}
</style>
background-color css
<style>
a { background-color: #48E835; }
a { background-color: rgb(72,232,53); }
div.DivClassName
{
background-color: #48E835;
}
.BgClassName
{
background-color: #48E835;
}
</style>
border-color css
<style>
span { border-color: #48E835; }
span { border-color: rgb(72,232,53); }
td.TdClassName
{
border-color: #48E835;
}
.TagClassName
{
border-color: #48E835;
}
</style>