Shades of Lime Green #48D32D
Tints of Lime Green #48D32D
RGB
CMYK
RGB Variations
Color information
#48D32D (or 0x48D32D) is known color: Lime Green. HEX triplet: 48, D3 and 2D. RGB value is (72,211,45). Sum of RGB (Red+Green+Blue) = 72+211+45=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 211 (82.81% from 255 or 64.33% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 211 - color contains mainly: green. Hex color #48D32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D32D is #B72CD2. Grayscale: #979797. Windows color (decimal): -12004563 or 3003208. OLE color: 3003208.
HSL color Cylindrical-coordinate representation of color #48D32D: hue angle of 110.24º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48D32D is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 211 | 45 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.17 |
| HSL | 110.24º | 0.65% | 0.5% | - |
| HSV(B) | 110.24º | 0.79% | 0.83% | - |
| XYZ | 26.44 | 48.16 | 10.38 | - |
| YUV | 150.52 | 68.45 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 211 | 45 | 0.66 | 0 | 0.79 | 0.17 | 110.24 | 0.65 | 0.5 |
| Hex | 48 | D3 | 2D | 42 | 0 | 4F | 11 | 6E | 41 | 32 |
| Octal | 110 | 323 | 55 | 102 | 0 | 117 | 21 | 156 | 101 | 62 |
| Binary | 1001000 | 11010011 | 101101 | 1000010 | 0 | 1001111 | 10001 | 1101110 | 1000001 | 110010 |
Color Harmonies of #48D32D
Complementary color
Monochromatic Colors of #48D32D
Black with #48D32D
Text Example
Text Example
White with #48D32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D32D; }
p { color: rgb(72,211,45); }
H1.HeaderClassName
{
color: #48D32D;
}
.AnyTagClassName
{
color: #48D32D;
}
</style>
background-color css
<style>
a { background-color: #48D32D; }
a { background-color: rgb(72,211,45); }
div.DivClassName
{
background-color: #48D32D;
}
.BgClassName
{
background-color: #48D32D;
}
</style>
border-color css
<style>
span { border-color: #48D32D; }
span { border-color: rgb(72,211,45); }
td.TdClassName
{
border-color: #48D32D;
}
.TagClassName
{
border-color: #48D32D;
}
</style>