Shades of Lime Green #48DC3F
Tints of Lime Green #48DC3F
RGB
CMYK
RGB Variations
Color information
#48DC3F (or 0x48DC3F) is known color: Lime Green. HEX triplet: 48, DC and 3F. RGB value is (72,220,63). Sum of RGB (Red+Green+Blue) = 72+220+63=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DC3F is #B723C0. Grayscale: #9E9E9E. Windows color (decimal): -12002241 or 4185160. OLE color: 4185160.
HSL color Cylindrical-coordinate representation of color #48DC3F: hue angle of 116.56º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48DC3F is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 63 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.14 |
| HSL | 116.56º | 0.69% | 0.55% | - |
| HSV(B) | 116.56º | 0.71% | 0.86% | - |
| XYZ | 29.16 | 52.92 | 13.38 | - |
| YUV | 157.85 | 74.47 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 63 | 0.67 | 0 | 0.71 | 0.14 | 116.56 | 0.69 | 0.55 |
| Hex | 48 | DC | 3F | 43 | 0 | 47 | E | 75 | 45 | 37 |
| Octal | 110 | 334 | 77 | 103 | 0 | 107 | 16 | 165 | 105 | 67 |
| Binary | 1001000 | 11011100 | 111111 | 1000011 | 0 | 1000111 | 1110 | 1110101 | 1000101 | 110111 |
Color Harmonies of #48DC3F
Complementary color
Monochromatic Colors of #48DC3F
Black with #48DC3F
Text Example
Text Example
White with #48DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DC3F; }
p { color: rgb(72,220,63); }
H1.HeaderClassName
{
color: #48DC3F;
}
.AnyTagClassName
{
color: #48DC3F;
}
</style>
background-color css
<style>
a { background-color: #48DC3F; }
a { background-color: rgb(72,220,63); }
div.DivClassName
{
background-color: #48DC3F;
}
.BgClassName
{
background-color: #48DC3F;
}
</style>
border-color css
<style>
span { border-color: #48DC3F; }
span { border-color: rgb(72,220,63); }
td.TdClassName
{
border-color: #48DC3F;
}
.TagClassName
{
border-color: #48DC3F;
}
</style>