Shades of Lime Green #48DC49
Tints of Lime Green #48DC49
RGB
CMYK
RGB Variations
Color information
#48DC49 (or 0x48DC49) is known color: Lime Green. HEX triplet: 48, DC and 49. RGB value is (72,220,73). Sum of RGB (Red+Green+Blue) = 72+220+73=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DC49 is #B723B6. Grayscale: #9F9F9F. Windows color (decimal): -12002231 or 4840520. OLE color: 4840520.
HSL color Cylindrical-coordinate representation of color #48DC49: hue angle of 120.41º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DC49 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 73 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.14 |
| HSL | 120.41º | 0.68% | 0.57% | - |
| HSV(B) | 120.41º | 0.67% | 0.86% | - |
| XYZ | 29.47 | 53.05 | 14.99 | - |
| YUV | 158.99 | 79.47 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 73 | 0.67 | 0 | 0.67 | 0.14 | 120.41 | 0.68 | 0.57 |
| Hex | 48 | DC | 49 | 43 | 0 | 43 | E | 78 | 44 | 39 |
| Octal | 110 | 334 | 111 | 103 | 0 | 103 | 16 | 170 | 104 | 71 |
| Binary | 1001000 | 11011100 | 1001001 | 1000011 | 0 | 1000011 | 1110 | 1111000 | 1000100 | 111001 |
Color Harmonies of #48DC49
Complementary color
Monochromatic Colors of #48DC49
Black with #48DC49
Text Example
Text Example
White with #48DC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DC49; }
p { color: rgb(72,220,73); }
H1.HeaderClassName
{
color: #48DC49;
}
.AnyTagClassName
{
color: #48DC49;
}
</style>
background-color css
<style>
a { background-color: #48DC49; }
a { background-color: rgb(72,220,73); }
div.DivClassName
{
background-color: #48DC49;
}
.BgClassName
{
background-color: #48DC49;
}
</style>
border-color css
<style>
span { border-color: #48DC49; }
span { border-color: rgb(72,220,73); }
td.TdClassName
{
border-color: #48DC49;
}
.TagClassName
{
border-color: #48DC49;
}
</style>