Shades of Lime Green #48E449
Tints of Lime Green #48E449
RGB
CMYK
RGB Variations
Color information
#48E449 (or 0x48E449) is known color: Lime Green. HEX triplet: 48, E4 and 49. RGB value is (72,228,73). Sum of RGB (Red+Green+Blue) = 72+228+73=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 228 (89.45% from 255 or 61.13% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 228 - color contains mainly: green. Hex color #48E449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E449 is #B71BB6. Grayscale: #A4A4A4. Windows color (decimal): -12000183 or 4842568. OLE color: 4842568.
HSL color Cylindrical-coordinate representation of color #48E449: hue angle of 120.38º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E449 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 228 | 73 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.11 |
| HSL | 120.38º | 0.74% | 0.59% | - |
| HSV(B) | 120.38º | 0.68% | 0.89% | - |
| XYZ | 31.62 | 57.35 | 15.71 | - |
| YUV | 163.69 | 76.82 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 228 | 73 | 0.68 | 0 | 0.68 | 0.11 | 120.38 | 0.74 | 0.59 |
| Hex | 48 | E4 | 49 | 44 | 0 | 44 | B | 78 | 4A | 3B |
| Octal | 110 | 344 | 111 | 104 | 0 | 104 | 13 | 170 | 112 | 73 |
| Binary | 1001000 | 11100100 | 1001001 | 1000100 | 0 | 1000100 | 1011 | 1111000 | 1001010 | 111011 |
Color Harmonies of #48E449
Complementary color
Monochromatic Colors of #48E449
Black with #48E449
Text Example
Text Example
White with #48E449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E449; }
p { color: rgb(72,228,73); }
H1.HeaderClassName
{
color: #48E449;
}
.AnyTagClassName
{
color: #48E449;
}
</style>
background-color css
<style>
a { background-color: #48E449; }
a { background-color: rgb(72,228,73); }
div.DivClassName
{
background-color: #48E449;
}
.BgClassName
{
background-color: #48E449;
}
</style>
border-color css
<style>
span { border-color: #48E449; }
span { border-color: rgb(72,228,73); }
td.TdClassName
{
border-color: #48E449;
}
.TagClassName
{
border-color: #48E449;
}
</style>