Shades of Lime Green #48D84D
Tints of Lime Green #48D84D
RGB
CMYK
RGB Variations
Color information
#48D84D (or 0x48D84D) is known color: Lime Green. HEX triplet: 48, D8 and 4D. RGB value is (72,216,77). Sum of RGB (Red+Green+Blue) = 72+216+77=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #48D84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D84D is #B727B2. Grayscale: #9D9D9D. Windows color (decimal): -12003251 or 5101640. OLE color: 5101640.
HSL color Cylindrical-coordinate representation of color #48D84D: hue angle of 122.08º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D84D is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 216 | 77 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.15 |
| HSL | 122.08º | 0.65% | 0.56% | - |
| HSV(B) | 122.08º | 0.67% | 0.85% | - |
| XYZ | 28.57 | 51.03 | 15.36 | - |
| YUV | 157.1 | 82.79 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 216 | 77 | 0.67 | 0 | 0.64 | 0.15 | 122.08 | 0.65 | 0.56 |
| Hex | 48 | D8 | 4D | 43 | 0 | 40 | F | 7A | 41 | 38 |
| Octal | 110 | 330 | 115 | 103 | 0 | 100 | 17 | 172 | 101 | 70 |
| Binary | 1001000 | 11011000 | 1001101 | 1000011 | 0 | 1000000 | 1111 | 1111010 | 1000001 | 111000 |
Color Harmonies of #48D84D
Complementary color
Monochromatic Colors of #48D84D
Black with #48D84D
Text Example
Text Example
White with #48D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D84D; }
p { color: rgb(72,216,77); }
H1.HeaderClassName
{
color: #48D84D;
}
.AnyTagClassName
{
color: #48D84D;
}
</style>
background-color css
<style>
a { background-color: #48D84D; }
a { background-color: rgb(72,216,77); }
div.DivClassName
{
background-color: #48D84D;
}
.BgClassName
{
background-color: #48D84D;
}
</style>
border-color css
<style>
span { border-color: #48D84D; }
span { border-color: rgb(72,216,77); }
td.TdClassName
{
border-color: #48D84D;
}
.TagClassName
{
border-color: #48D84D;
}
</style>