Shades of Lime Green #48CF50
Tints of Lime Green #48CF50
RGB
CMYK
RGB Variations
Color information
#48CF50 (or 0x48CF50) is known color: Lime Green. HEX triplet: 48, CF and 50. RGB value is (72,207,80). Sum of RGB (Red+Green+Blue) = 72+207+80=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CF50 is #B730AF. Grayscale: #989898. Windows color (decimal): -12005552 or 5295944. OLE color: 5295944.
HSL color Cylindrical-coordinate representation of color #48CF50: hue angle of 123.56º 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 #48CF50 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 80 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.19 |
| HSL | 123.56º | 0.58% | 0.55% | - |
| HSV(B) | 123.56º | 0.65% | 0.81% | - |
| XYZ | 26.43 | 46.58 | 15.19 | - |
| YUV | 152.16 | 87.27 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 80 | 0.65 | 0 | 0.61 | 0.19 | 123.56 | 0.58 | 0.55 |
| Hex | 48 | CF | 50 | 41 | 0 | 3D | 13 | 7C | 3A | 37 |
| Octal | 110 | 317 | 120 | 101 | 0 | 75 | 23 | 174 | 72 | 67 |
| Binary | 1001000 | 11001111 | 1010000 | 1000001 | 0 | 111101 | 10011 | 1111100 | 111010 | 110111 |
Color Harmonies of #48CF50
Complementary color
Monochromatic Colors of #48CF50
Black with #48CF50
Text Example
Text Example
White with #48CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CF50; }
p { color: rgb(72,207,80); }
H1.HeaderClassName
{
color: #48CF50;
}
.AnyTagClassName
{
color: #48CF50;
}
</style>
background-color css
<style>
a { background-color: #48CF50; }
a { background-color: rgb(72,207,80); }
div.DivClassName
{
background-color: #48CF50;
}
.BgClassName
{
background-color: #48CF50;
}
</style>
border-color css
<style>
span { border-color: #48CF50; }
span { border-color: rgb(72,207,80); }
td.TdClassName
{
border-color: #48CF50;
}
.TagClassName
{
border-color: #48CF50;
}
</style>