Shades of Lime Green #48C540
Tints of Lime Green #48C540
RGB
CMYK
RGB Variations
Color information
#48C540 (or 0x48C540) is known color: Lime Green. HEX triplet: 48, C5 and 40. RGB value is (72,197,64). Sum of RGB (Red+Green+Blue) = 72+197+64=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #48C540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C540 is #B73ABF. Grayscale: #909090. Windows color (decimal): -12008128 or 4244808. OLE color: 4244808.
HSL color Cylindrical-coordinate representation of color #48C540: hue angle of 116.39º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48C540 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 197 | 64 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.23 |
| HSL | 116.39º | 0.53% | 0.51% | - |
| HSV(B) | 116.39º | 0.68% | 0.77% | - |
| XYZ | 23.56 | 41.68 | 11.65 | - |
| YUV | 144.46 | 82.59 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 197 | 64 | 0.63 | 0 | 0.68 | 0.23 | 116.39 | 0.53 | 0.51 |
| Hex | 48 | C5 | 40 | 3F | 0 | 44 | 17 | 74 | 35 | 33 |
| Octal | 110 | 305 | 100 | 77 | 0 | 104 | 27 | 164 | 65 | 63 |
| Binary | 1001000 | 11000101 | 1000000 | 111111 | 0 | 1000100 | 10111 | 1110100 | 110101 | 110011 |
Color Harmonies of #48C540
Complementary color
Monochromatic Colors of #48C540
Black with #48C540
Text Example
Text Example
White with #48C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C540; }
p { color: rgb(72,197,64); }
H1.HeaderClassName
{
color: #48C540;
}
.AnyTagClassName
{
color: #48C540;
}
</style>
background-color css
<style>
a { background-color: #48C540; }
a { background-color: rgb(72,197,64); }
div.DivClassName
{
background-color: #48C540;
}
.BgClassName
{
background-color: #48C540;
}
</style>
border-color css
<style>
span { border-color: #48C540; }
span { border-color: rgb(72,197,64); }
td.TdClassName
{
border-color: #48C540;
}
.TagClassName
{
border-color: #48C540;
}
</style>