Shades of Lime Green #48D144
Tints of Lime Green #48D144
RGB
CMYK
RGB Variations
Color information
#48D144 (or 0x48D144) is known color: Lime Green. HEX triplet: 48, D1 and 44. RGB value is (72,209,68). Sum of RGB (Red+Green+Blue) = 72+209+68=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 209 (82.03% from 255 or 59.89% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 209 - color contains mainly: green. Hex color #48D144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D144 is #B72EBB. Grayscale: #989898. Windows color (decimal): -12005052 or 4510024. OLE color: 4510024.
HSL color Cylindrical-coordinate representation of color #48D144: hue angle of 118.3º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D144 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 209 | 68 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.18 |
| HSL | 118.3º | 0.61% | 0.54% | - |
| HSV(B) | 118.3º | 0.67% | 0.82% | - |
| XYZ | 26.52 | 47.4 | 13.22 | - |
| YUV | 151.96 | 80.61 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 209 | 68 | 0.66 | 0 | 0.67 | 0.18 | 118.3 | 0.61 | 0.54 |
| Hex | 48 | D1 | 44 | 42 | 0 | 43 | 12 | 76 | 3D | 36 |
| Octal | 110 | 321 | 104 | 102 | 0 | 103 | 22 | 166 | 75 | 66 |
| Binary | 1001000 | 11010001 | 1000100 | 1000010 | 0 | 1000011 | 10010 | 1110110 | 111101 | 110110 |
Color Harmonies of #48D144
Complementary color
Monochromatic Colors of #48D144
Black with #48D144
Text Example
Text Example
White with #48D144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D144; }
p { color: rgb(72,209,68); }
H1.HeaderClassName
{
color: #48D144;
}
.AnyTagClassName
{
color: #48D144;
}
</style>
background-color css
<style>
a { background-color: #48D144; }
a { background-color: rgb(72,209,68); }
div.DivClassName
{
background-color: #48D144;
}
.BgClassName
{
background-color: #48D144;
}
</style>
border-color css
<style>
span { border-color: #48D144; }
span { border-color: rgb(72,209,68); }
td.TdClassName
{
border-color: #48D144;
}
.TagClassName
{
border-color: #48D144;
}
</style>