Shades of Lime Green #48D350
Tints of Lime Green #48D350
RGB
CMYK
RGB Variations
Color information
#48D350 (or 0x48D350) is known color: Lime Green. HEX triplet: 48, D3 and 50. RGB value is (72,211,80). Sum of RGB (Red+Green+Blue) = 72+211+80=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 211 (82.81% from 255 or 58.13% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 211 - color contains mainly: green. Hex color #48D350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D350 is #B72CAF. Grayscale: #9A9A9A. Windows color (decimal): -12004528 or 5296968. OLE color: 5296968.
HSL color Cylindrical-coordinate representation of color #48D350: hue angle of 123.45º 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 #48D350 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 211 | 80 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.17 |
| HSL | 123.45º | 0.61% | 0.55% | - |
| HSV(B) | 123.45º | 0.66% | 0.83% | - |
| XYZ | 27.41 | 48.55 | 15.51 | - |
| YUV | 154.51 | 85.95 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 211 | 80 | 0.66 | 0 | 0.62 | 0.17 | 123.45 | 0.61 | 0.55 |
| Hex | 48 | D3 | 50 | 42 | 0 | 3E | 11 | 7B | 3D | 37 |
| Octal | 110 | 323 | 120 | 102 | 0 | 76 | 21 | 173 | 75 | 67 |
| Binary | 1001000 | 11010011 | 1010000 | 1000010 | 0 | 111110 | 10001 | 1111011 | 111101 | 110111 |
Color Harmonies of #48D350
Complementary color
Monochromatic Colors of #48D350
Black with #48D350
Text Example
Text Example
White with #48D350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D350; }
p { color: rgb(72,211,80); }
H1.HeaderClassName
{
color: #48D350;
}
.AnyTagClassName
{
color: #48D350;
}
</style>
background-color css
<style>
a { background-color: #48D350; }
a { background-color: rgb(72,211,80); }
div.DivClassName
{
background-color: #48D350;
}
.BgClassName
{
background-color: #48D350;
}
</style>
border-color css
<style>
span { border-color: #48D350; }
span { border-color: rgb(72,211,80); }
td.TdClassName
{
border-color: #48D350;
}
.TagClassName
{
border-color: #48D350;
}
</style>