Shades of Lime Green #48DC31
Tints of Lime Green #48DC31
RGB
CMYK
RGB Variations
Color information
#48DC31 (or 0x48DC31) is known color: Lime Green. HEX triplet: 48, DC and 31. RGB value is (72,220,49). Sum of RGB (Red+Green+Blue) = 72+220+49=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DC31 is #B723CE. Grayscale: #9C9C9C. Windows color (decimal): -12002255 or 3267656. OLE color: 3267656.
HSL color Cylindrical-coordinate representation of color #48DC31: hue angle of 111.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48DC31 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 49 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.14 |
| HSL | 111.93º | 0.71% | 0.53% | - |
| HSV(B) | 111.93º | 0.78% | 0.86% | - |
| XYZ | 28.82 | 52.79 | 11.58 | - |
| YUV | 156.25 | 67.47 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 49 | 0.67 | 0 | 0.78 | 0.14 | 111.93 | 0.71 | 0.53 |
| Hex | 48 | DC | 31 | 43 | 0 | 4E | E | 70 | 47 | 35 |
| Octal | 110 | 334 | 61 | 103 | 0 | 116 | 16 | 160 | 107 | 65 |
| Binary | 1001000 | 11011100 | 110001 | 1000011 | 0 | 1001110 | 1110 | 1110000 | 1000111 | 110101 |
Color Harmonies of #48DC31
Complementary color
Monochromatic Colors of #48DC31
Black with #48DC31
Text Example
Text Example
White with #48DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DC31; }
p { color: rgb(72,220,49); }
H1.HeaderClassName
{
color: #48DC31;
}
.AnyTagClassName
{
color: #48DC31;
}
</style>
background-color css
<style>
a { background-color: #48DC31; }
a { background-color: rgb(72,220,49); }
div.DivClassName
{
background-color: #48DC31;
}
.BgClassName
{
background-color: #48DC31;
}
</style>
border-color css
<style>
span { border-color: #48DC31; }
span { border-color: rgb(72,220,49); }
td.TdClassName
{
border-color: #48DC31;
}
.TagClassName
{
border-color: #48DC31;
}
</style>