Shades of Lime Green #48DC47
Tints of Lime Green #48DC47
RGB
CMYK
RGB Variations
Color information
#48DC47 (or 0x48DC47) is known color: Lime Green. HEX triplet: 48, DC and 47. RGB value is (72,220,71). Sum of RGB (Red+Green+Blue) = 72+220+71=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DC47 is #B723B8. Grayscale: #9F9F9F. Windows color (decimal): -12002233 or 4709448. OLE color: 4709448.
HSL color Cylindrical-coordinate representation of color #48DC47: hue angle of 119.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DC47 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 71 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.14 |
| HSL | 119.6º | 0.68% | 0.57% | - |
| HSV(B) | 119.6º | 0.68% | 0.86% | - |
| XYZ | 29.4 | 53.02 | 14.65 | - |
| YUV | 158.76 | 78.47 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 71 | 0.67 | 0 | 0.68 | 0.14 | 119.6 | 0.68 | 0.57 |
| Hex | 48 | DC | 47 | 43 | 0 | 44 | E | 78 | 44 | 39 |
| Octal | 110 | 334 | 107 | 103 | 0 | 104 | 16 | 170 | 104 | 71 |
| Binary | 1001000 | 11011100 | 1000111 | 1000011 | 0 | 1000100 | 1110 | 1111000 | 1000100 | 111001 |
Color Harmonies of #48DC47
Complementary color
Monochromatic Colors of #48DC47
Black with #48DC47
Text Example
Text Example
White with #48DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DC47; }
p { color: rgb(72,220,71); }
H1.HeaderClassName
{
color: #48DC47;
}
.AnyTagClassName
{
color: #48DC47;
}
</style>
background-color css
<style>
a { background-color: #48DC47; }
a { background-color: rgb(72,220,71); }
div.DivClassName
{
background-color: #48DC47;
}
.BgClassName
{
background-color: #48DC47;
}
</style>
border-color css
<style>
span { border-color: #48DC47; }
span { border-color: rgb(72,220,71); }
td.TdClassName
{
border-color: #48DC47;
}
.TagClassName
{
border-color: #48DC47;
}
</style>