Shades of Lime Green #48D053
Tints of Lime Green #48D053
RGB
CMYK
RGB Variations
Color information
#48D053 (or 0x48D053) is known color: Lime Green. HEX triplet: 48, D0 and 53. RGB value is (72,208,83). Sum of RGB (Red+Green+Blue) = 72+208+83=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #48D053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D053 is #B72FAC. Grayscale: #999999. Windows color (decimal): -12005293 or 5492808. OLE color: 5492808.
HSL color Cylindrical-coordinate representation of color #48D053: hue angle of 124.85º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D053 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 208 | 83 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.18 |
| HSL | 124.85º | 0.59% | 0.55% | - |
| HSV(B) | 124.85º | 0.65% | 0.82% | - |
| XYZ | 26.79 | 47.11 | 15.87 | - |
| YUV | 153.09 | 88.44 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 208 | 83 | 0.65 | 0 | 0.60 | 0.18 | 124.85 | 0.59 | 0.55 |
| Hex | 48 | D0 | 53 | 41 | 0 | 3C | 12 | 7D | 3B | 37 |
| Octal | 110 | 320 | 123 | 101 | 0 | 74 | 22 | 175 | 73 | 67 |
| Binary | 1001000 | 11010000 | 1010011 | 1000001 | 0 | 111100 | 10010 | 1111101 | 111011 | 110111 |
Color Harmonies of #48D053
Complementary color
Monochromatic Colors of #48D053
Black with #48D053
Text Example
Text Example
White with #48D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D053; }
p { color: rgb(72,208,83); }
H1.HeaderClassName
{
color: #48D053;
}
.AnyTagClassName
{
color: #48D053;
}
</style>
background-color css
<style>
a { background-color: #48D053; }
a { background-color: rgb(72,208,83); }
div.DivClassName
{
background-color: #48D053;
}
.BgClassName
{
background-color: #48D053;
}
</style>
border-color css
<style>
span { border-color: #48D053; }
span { border-color: rgb(72,208,83); }
td.TdClassName
{
border-color: #48D053;
}
.TagClassName
{
border-color: #48D053;
}
</style>