Shades of Lime Green #48D845
Tints of Lime Green #48D845
RGB
CMYK
RGB Variations
Color information
#48D845 (or 0x48D845) is known color: Lime Green. HEX triplet: 48, D8 and 45. RGB value is (72,216,69). Sum of RGB (Red+Green+Blue) = 72+216+69=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 216 (84.77% from 255 or 60.50% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 216 - color contains mainly: green. Hex color #48D845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D845 is #B727BA. Grayscale: #9C9C9C. Windows color (decimal): -12003259 or 4577352. OLE color: 4577352.
HSL color Cylindrical-coordinate representation of color #48D845: hue angle of 118.78º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48D845 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 216 | 69 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.15 |
| HSL | 118.78º | 0.65% | 0.56% | - |
| HSV(B) | 118.78º | 0.68% | 0.85% | - |
| XYZ | 28.3 | 50.92 | 13.97 | - |
| YUV | 156.19 | 78.79 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 216 | 69 | 0.67 | 0 | 0.68 | 0.15 | 118.78 | 0.65 | 0.56 |
| Hex | 48 | D8 | 45 | 43 | 0 | 44 | F | 77 | 41 | 38 |
| Octal | 110 | 330 | 105 | 103 | 0 | 104 | 17 | 167 | 101 | 70 |
| Binary | 1001000 | 11011000 | 1000101 | 1000011 | 0 | 1000100 | 1111 | 1110111 | 1000001 | 111000 |
Color Harmonies of #48D845
Complementary color
Monochromatic Colors of #48D845
Black with #48D845
Text Example
Text Example
White with #48D845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D845; }
p { color: rgb(72,216,69); }
H1.HeaderClassName
{
color: #48D845;
}
.AnyTagClassName
{
color: #48D845;
}
</style>
background-color css
<style>
a { background-color: #48D845; }
a { background-color: rgb(72,216,69); }
div.DivClassName
{
background-color: #48D845;
}
.BgClassName
{
background-color: #48D845;
}
</style>
border-color css
<style>
span { border-color: #48D845; }
span { border-color: rgb(72,216,69); }
td.TdClassName
{
border-color: #48D845;
}
.TagClassName
{
border-color: #48D845;
}
</style>