Shades of Lime Green #48D553
Tints of Lime Green #48D553
RGB
CMYK
RGB Variations
Color information
#48D553 (or 0x48D553) is known color: Lime Green. HEX triplet: 48, D5 and 53. RGB value is (72,213,83). Sum of RGB (Red+Green+Blue) = 72+213+83=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #48D553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D553 is #B72AAC. Grayscale: #9C9C9C. Windows color (decimal): -12004013 or 5494088. OLE color: 5494088.
HSL color Cylindrical-coordinate representation of color #48D553: hue angle of 124.68º 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 #48D553 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 213 | 83 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.16 |
| HSL | 124.68º | 0.63% | 0.56% | - |
| HSV(B) | 124.68º | 0.66% | 0.84% | - |
| XYZ | 28.03 | 49.59 | 16.28 | - |
| YUV | 156.02 | 86.79 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 213 | 83 | 0.66 | 0 | 0.61 | 0.16 | 124.68 | 0.63 | 0.56 |
| Hex | 48 | D5 | 53 | 42 | 0 | 3D | 10 | 7D | 3F | 38 |
| Octal | 110 | 325 | 123 | 102 | 0 | 75 | 20 | 175 | 77 | 70 |
| Binary | 1001000 | 11010101 | 1010011 | 1000010 | 0 | 111101 | 10000 | 1111101 | 111111 | 111000 |
Color Harmonies of #48D553
Complementary color
Monochromatic Colors of #48D553
Black with #48D553
Text Example
Text Example
White with #48D553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D553; }
p { color: rgb(72,213,83); }
H1.HeaderClassName
{
color: #48D553;
}
.AnyTagClassName
{
color: #48D553;
}
</style>
background-color css
<style>
a { background-color: #48D553; }
a { background-color: rgb(72,213,83); }
div.DivClassName
{
background-color: #48D553;
}
.BgClassName
{
background-color: #48D553;
}
</style>
border-color css
<style>
span { border-color: #48D553; }
span { border-color: rgb(72,213,83); }
td.TdClassName
{
border-color: #48D553;
}
.TagClassName
{
border-color: #48D553;
}
</style>