Shades of Lime Green #48CE50
Tints of Lime Green #48CE50
RGB
CMYK
RGB Variations
Color information
#48CE50 (or 0x48CE50) is known color: Lime Green. HEX triplet: 48, CE and 50. RGB value is (72,206,80). Sum of RGB (Red+Green+Blue) = 72+206+80=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CE50 is #B731AF. Grayscale: #979797. Windows color (decimal): -12005808 or 5295688. OLE color: 5295688.
HSL color Cylindrical-coordinate representation of color #48CE50: hue angle of 123.58º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CE50 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 80 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.19 |
| HSL | 123.58º | 0.58% | 0.55% | - |
| HSV(B) | 123.58º | 0.65% | 0.81% | - |
| XYZ | 26.19 | 46.1 | 15.11 | - |
| YUV | 151.57 | 87.61 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 80 | 0.65 | 0 | 0.61 | 0.19 | 123.58 | 0.58 | 0.55 |
| Hex | 48 | CE | 50 | 41 | 0 | 3D | 13 | 7C | 3A | 37 |
| Octal | 110 | 316 | 120 | 101 | 0 | 75 | 23 | 174 | 72 | 67 |
| Binary | 1001000 | 11001110 | 1010000 | 1000001 | 0 | 111101 | 10011 | 1111100 | 111010 | 110111 |
Color Harmonies of #48CE50
Complementary color
Monochromatic Colors of #48CE50
Black with #48CE50
Text Example
Text Example
White with #48CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE50; }
p { color: rgb(72,206,80); }
H1.HeaderClassName
{
color: #48CE50;
}
.AnyTagClassName
{
color: #48CE50;
}
</style>
background-color css
<style>
a { background-color: #48CE50; }
a { background-color: rgb(72,206,80); }
div.DivClassName
{
background-color: #48CE50;
}
.BgClassName
{
background-color: #48CE50;
}
</style>
border-color css
<style>
span { border-color: #48CE50; }
span { border-color: rgb(72,206,80); }
td.TdClassName
{
border-color: #48CE50;
}
.TagClassName
{
border-color: #48CE50;
}
</style>