Shades of Lime Green #48C848
Tints of Lime Green #48C848
RGB
CMYK
RGB Variations
Color information
#48C848 (or 0x48C848) is known color: Lime Green. HEX triplet: 48, C8 and 48. RGB value is (72,200,72). Sum of RGB (Red+Green+Blue) = 72+200+72=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 200 (78.52% from 255 or 58.14% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 200 - color contains mainly: green. Hex color #48C848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C848 is #B737B7. Grayscale: #939393. Windows color (decimal): -12007352 or 4769864. OLE color: 4769864.
HSL color Cylindrical-coordinate representation of color #48C848: hue angle of 120º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C848 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 200 | 72 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.22 |
| HSL | 120º | 0.54% | 0.53% | - |
| HSV(B) | 120º | 0.64% | 0.78% | - |
| XYZ | 24.5 | 43.15 | 13.17 | - |
| YUV | 147.14 | 85.59 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 200 | 72 | 0.64 | 0 | 0.64 | 0.22 | 120 | 0.54 | 0.53 |
| Hex | 48 | C8 | 48 | 40 | 0 | 40 | 16 | 78 | 36 | 35 |
| Octal | 110 | 310 | 110 | 100 | 0 | 100 | 26 | 170 | 66 | 65 |
| Binary | 1001000 | 11001000 | 1001000 | 1000000 | 0 | 1000000 | 10110 | 1111000 | 110110 | 110101 |
Color Harmonies of #48C848
Complementary color
Monochromatic Colors of #48C848
Black with #48C848
Text Example
Text Example
White with #48C848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C848; }
p { color: rgb(72,200,72); }
H1.HeaderClassName
{
color: #48C848;
}
.AnyTagClassName
{
color: #48C848;
}
</style>
background-color css
<style>
a { background-color: #48C848; }
a { background-color: rgb(72,200,72); }
div.DivClassName
{
background-color: #48C848;
}
.BgClassName
{
background-color: #48C848;
}
</style>
border-color css
<style>
span { border-color: #48C848; }
span { border-color: rgb(72,200,72); }
td.TdClassName
{
border-color: #48C848;
}
.TagClassName
{
border-color: #48C848;
}
</style>