Shades of Lime Green #48E236
Tints of Lime Green #48E236
RGB
CMYK
RGB Variations
Color information
#48E236 (or 0x48E236) is known color: Lime Green. HEX triplet: 48, E2 and 36. RGB value is (72,226,54). Sum of RGB (Red+Green+Blue) = 72+226+54=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 226 (88.67% from 255 or 64.20% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 226 - color contains mainly: green. Hex color #48E236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E236 is #B71DC9. Grayscale: #A0A0A0. Windows color (decimal): -12000714 or 3596872. OLE color: 3596872.
HSL color Cylindrical-coordinate representation of color #48E236: hue angle of 113.72º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48E236 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 226 | 54 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.11 |
| HSL | 113.72º | 0.75% | 0.55% | - |
| HSV(B) | 113.72º | 0.76% | 0.89% | - |
| XYZ | 30.53 | 56.04 | 12.7 | - |
| YUV | 160.35 | 67.98 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 226 | 54 | 0.68 | 0 | 0.76 | 0.11 | 113.72 | 0.75 | 0.55 |
| Hex | 48 | E2 | 36 | 44 | 0 | 4C | B | 72 | 4B | 37 |
| Octal | 110 | 342 | 66 | 104 | 0 | 114 | 13 | 162 | 113 | 67 |
| Binary | 1001000 | 11100010 | 110110 | 1000100 | 0 | 1001100 | 1011 | 1110010 | 1001011 | 110111 |
Color Harmonies of #48E236
Complementary color
Monochromatic Colors of #48E236
Black with #48E236
Text Example
Text Example
White with #48E236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E236; }
p { color: rgb(72,226,54); }
H1.HeaderClassName
{
color: #48E236;
}
.AnyTagClassName
{
color: #48E236;
}
</style>
background-color css
<style>
a { background-color: #48E236; }
a { background-color: rgb(72,226,54); }
div.DivClassName
{
background-color: #48E236;
}
.BgClassName
{
background-color: #48E236;
}
</style>
border-color css
<style>
span { border-color: #48E236; }
span { border-color: rgb(72,226,54); }
td.TdClassName
{
border-color: #48E236;
}
.TagClassName
{
border-color: #48E236;
}
</style>