Shades of Lime Green #48C547
Tints of Lime Green #48C547
RGB
CMYK
RGB Variations
Color information
#48C547 (or 0x48C547) is known color: Lime Green. HEX triplet: 48, C5 and 47. RGB value is (72,197,71). Sum of RGB (Red+Green+Blue) = 72+197+71=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #48C547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C547 is #B73AB8. Grayscale: #919191. Windows color (decimal): -12008121 or 4703560. OLE color: 4703560.
HSL color Cylindrical-coordinate representation of color #48C547: hue angle of 119.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C547 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 197 | 71 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.23 |
| HSL | 119.52º | 0.52% | 0.53% | - |
| HSV(B) | 119.52º | 0.64% | 0.77% | - |
| XYZ | 23.78 | 41.77 | 12.77 | - |
| YUV | 145.26 | 86.09 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 197 | 71 | 0.63 | 0 | 0.64 | 0.23 | 119.52 | 0.52 | 0.53 |
| Hex | 48 | C5 | 47 | 3F | 0 | 40 | 17 | 78 | 34 | 35 |
| Octal | 110 | 305 | 107 | 77 | 0 | 100 | 27 | 170 | 64 | 65 |
| Binary | 1001000 | 11000101 | 1000111 | 111111 | 0 | 1000000 | 10111 | 1111000 | 110100 | 110101 |
Color Harmonies of #48C547
Complementary color
Monochromatic Colors of #48C547
Black with #48C547
Text Example
Text Example
White with #48C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C547; }
p { color: rgb(72,197,71); }
H1.HeaderClassName
{
color: #48C547;
}
.AnyTagClassName
{
color: #48C547;
}
</style>
background-color css
<style>
a { background-color: #48C547; }
a { background-color: rgb(72,197,71); }
div.DivClassName
{
background-color: #48C547;
}
.BgClassName
{
background-color: #48C547;
}
</style>
border-color css
<style>
span { border-color: #48C547; }
span { border-color: rgb(72,197,71); }
td.TdClassName
{
border-color: #48C547;
}
.TagClassName
{
border-color: #48C547;
}
</style>