Shades of Lime Green #48D552
Tints of Lime Green #48D552
RGB
CMYK
RGB Variations
Color information
#48D552 (or 0x48D552) is known color: Lime Green. HEX triplet: 48, D5 and 52. RGB value is (72,213,82). Sum of RGB (Red+Green+Blue) = 72+213+82=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 213 (83.59% from 255 or 58.04% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 213 - color contains mainly: green. Hex color #48D552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D552 is #B72AAD. Grayscale: #9C9C9C. Windows color (decimal): -12004014 or 5428552. OLE color: 5428552.
HSL color Cylindrical-coordinate representation of color #48D552: hue angle of 124.26º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D552 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 213 | 82 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.16 |
| HSL | 124.26º | 0.63% | 0.56% | - |
| HSV(B) | 124.26º | 0.66% | 0.84% | - |
| XYZ | 27.99 | 49.58 | 16.08 | - |
| YUV | 155.91 | 86.29 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 213 | 82 | 0.66 | 0 | 0.62 | 0.16 | 124.26 | 0.63 | 0.56 |
| Hex | 48 | D5 | 52 | 42 | 0 | 3E | 10 | 7C | 3F | 38 |
| Octal | 110 | 325 | 122 | 102 | 0 | 76 | 20 | 174 | 77 | 70 |
| Binary | 1001000 | 11010101 | 1010010 | 1000010 | 0 | 111110 | 10000 | 1111100 | 111111 | 111000 |
Color Harmonies of #48D552
Complementary color
Monochromatic Colors of #48D552
Black with #48D552
Text Example
Text Example
White with #48D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D552; }
p { color: rgb(72,213,82); }
H1.HeaderClassName
{
color: #48D552;
}
.AnyTagClassName
{
color: #48D552;
}
</style>
background-color css
<style>
a { background-color: #48D552; }
a { background-color: rgb(72,213,82); }
div.DivClassName
{
background-color: #48D552;
}
.BgClassName
{
background-color: #48D552;
}
</style>
border-color css
<style>
span { border-color: #48D552; }
span { border-color: rgb(72,213,82); }
td.TdClassName
{
border-color: #48D552;
}
.TagClassName
{
border-color: #48D552;
}
</style>