Shades of Lime Green #48DD32
Tints of Lime Green #48DD32
RGB
CMYK
RGB Variations
Color information
#48DD32 (or 0x48DD32) is known color: Lime Green. HEX triplet: 48, DD and 32. RGB value is (72,221,50). Sum of RGB (Red+Green+Blue) = 72+221+50=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 221 (86.72% from 255 or 64.43% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DD32 is #B722CD. Grayscale: #9D9D9D. Windows color (decimal): -12001998 or 3333448. OLE color: 3333448.
HSL color Cylindrical-coordinate representation of color #48DD32: hue angle of 112.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48DD32 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 50 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.13 |
| HSL | 112.28º | 0.72% | 0.53% | - |
| HSV(B) | 112.28º | 0.77% | 0.87% | - |
| XYZ | 29.1 | 53.32 | 11.78 | - |
| YUV | 156.96 | 67.64 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 50 | 0.67 | 0 | 0.77 | 0.13 | 112.28 | 0.72 | 0.53 |
| Hex | 48 | DD | 32 | 43 | 0 | 4D | D | 70 | 48 | 35 |
| Octal | 110 | 335 | 62 | 103 | 0 | 115 | 15 | 160 | 110 | 65 |
| Binary | 1001000 | 11011101 | 110010 | 1000011 | 0 | 1001101 | 1101 | 1110000 | 1001000 | 110101 |
Color Harmonies of #48DD32
Complementary color
Monochromatic Colors of #48DD32
Black with #48DD32
Text Example
Text Example
White with #48DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DD32; }
p { color: rgb(72,221,50); }
H1.HeaderClassName
{
color: #48DD32;
}
.AnyTagClassName
{
color: #48DD32;
}
</style>
background-color css
<style>
a { background-color: #48DD32; }
a { background-color: rgb(72,221,50); }
div.DivClassName
{
background-color: #48DD32;
}
.BgClassName
{
background-color: #48DD32;
}
</style>
border-color css
<style>
span { border-color: #48DD32; }
span { border-color: rgb(72,221,50); }
td.TdClassName
{
border-color: #48DD32;
}
.TagClassName
{
border-color: #48DD32;
}
</style>