Shades of Lime Green #48D34D
Tints of Lime Green #48D34D
RGB
CMYK
RGB Variations
Color information
#48D34D (or 0x48D34D) is known color: Lime Green. HEX triplet: 48, D3 and 4D. RGB value is (72,211,77). Sum of RGB (Red+Green+Blue) = 72+211+77=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 211 (82.81% from 255 or 58.61% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 211 - color contains mainly: green. Hex color #48D34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D34D is #B72CB2. Grayscale: #9A9A9A. Windows color (decimal): -12004531 or 5100360. OLE color: 5100360.
HSL color Cylindrical-coordinate representation of color #48D34D: hue angle of 122.16º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D34D is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 211 | 77 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.17 |
| HSL | 122.16º | 0.61% | 0.55% | - |
| HSV(B) | 122.16º | 0.66% | 0.83% | - |
| XYZ | 27.31 | 48.5 | 14.94 | - |
| YUV | 154.16 | 84.45 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 211 | 77 | 0.66 | 0 | 0.64 | 0.17 | 122.16 | 0.61 | 0.55 |
| Hex | 48 | D3 | 4D | 42 | 0 | 40 | 11 | 7A | 3D | 37 |
| Octal | 110 | 323 | 115 | 102 | 0 | 100 | 21 | 172 | 75 | 67 |
| Binary | 1001000 | 11010011 | 1001101 | 1000010 | 0 | 1000000 | 10001 | 1111010 | 111101 | 110111 |
Color Harmonies of #48D34D
Complementary color
Monochromatic Colors of #48D34D
Black with #48D34D
Text Example
Text Example
White with #48D34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D34D; }
p { color: rgb(72,211,77); }
H1.HeaderClassName
{
color: #48D34D;
}
.AnyTagClassName
{
color: #48D34D;
}
</style>
background-color css
<style>
a { background-color: #48D34D; }
a { background-color: rgb(72,211,77); }
div.DivClassName
{
background-color: #48D34D;
}
.BgClassName
{
background-color: #48D34D;
}
</style>
border-color css
<style>
span { border-color: #48D34D; }
span { border-color: rgb(72,211,77); }
td.TdClassName
{
border-color: #48D34D;
}
.TagClassName
{
border-color: #48D34D;
}
</style>