Shades of Lime Green #48CE47
Tints of Lime Green #48CE47
RGB
CMYK
RGB Variations
Color information
#48CE47 (or 0x48CE47) is known color: Lime Green. HEX triplet: 48, CE and 47. RGB value is (72,206,71). Sum of RGB (Red+Green+Blue) = 72+206+71=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CE47 is #B731B8. Grayscale: #969696. Windows color (decimal): -12005817 or 4705864. OLE color: 4705864.
HSL color Cylindrical-coordinate representation of color #48CE47: hue angle of 119.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48CE47 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 71 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.19 |
| HSL | 119.56º | 0.58% | 0.54% | - |
| HSV(B) | 119.56º | 0.66% | 0.81% | - |
| XYZ | 25.88 | 45.98 | 13.47 | - |
| YUV | 150.54 | 83.11 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 71 | 0.65 | 0 | 0.66 | 0.19 | 119.56 | 0.58 | 0.54 |
| Hex | 48 | CE | 47 | 41 | 0 | 42 | 13 | 78 | 3A | 36 |
| Octal | 110 | 316 | 107 | 101 | 0 | 102 | 23 | 170 | 72 | 66 |
| Binary | 1001000 | 11001110 | 1000111 | 1000001 | 0 | 1000010 | 10011 | 1111000 | 111010 | 110110 |
Color Harmonies of #48CE47
Complementary color
Monochromatic Colors of #48CE47
Black with #48CE47
Text Example
Text Example
White with #48CE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE47; }
p { color: rgb(72,206,71); }
H1.HeaderClassName
{
color: #48CE47;
}
.AnyTagClassName
{
color: #48CE47;
}
</style>
background-color css
<style>
a { background-color: #48CE47; }
a { background-color: rgb(72,206,71); }
div.DivClassName
{
background-color: #48CE47;
}
.BgClassName
{
background-color: #48CE47;
}
</style>
border-color css
<style>
span { border-color: #48CE47; }
span { border-color: rgb(72,206,71); }
td.TdClassName
{
border-color: #48CE47;
}
.TagClassName
{
border-color: #48CE47;
}
</style>