Shades of Lime Green #48D253
Tints of Lime Green #48D253
RGB
CMYK
RGB Variations
Color information
#48D253 (or 0x48D253) is known color: Lime Green. HEX triplet: 48, D2 and 53. RGB value is (72,210,83). Sum of RGB (Red+Green+Blue) = 72+210+83=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #48D253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D253 is #B72DAC. Grayscale: #9A9A9A. Windows color (decimal): -12004781 or 5493320. OLE color: 5493320.
HSL color Cylindrical-coordinate representation of color #48D253: hue angle of 124.78º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D253 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 210 | 83 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.18 |
| HSL | 124.78º | 0.61% | 0.55% | - |
| HSV(B) | 124.78º | 0.66% | 0.82% | - |
| XYZ | 27.28 | 48.1 | 16.03 | - |
| YUV | 154.26 | 87.78 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 83 | 0.66 | 0 | 0.60 | 0.18 | 124.78 | 0.61 | 0.55 |
| Hex | 48 | D2 | 53 | 42 | 0 | 3C | 12 | 7D | 3D | 37 |
| Octal | 110 | 322 | 123 | 102 | 0 | 74 | 22 | 175 | 75 | 67 |
| Binary | 1001000 | 11010010 | 1010011 | 1000010 | 0 | 111100 | 10010 | 1111101 | 111101 | 110111 |
Color Harmonies of #48D253
Complementary color
Monochromatic Colors of #48D253
Black with #48D253
Text Example
Text Example
White with #48D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D253; }
p { color: rgb(72,210,83); }
H1.HeaderClassName
{
color: #48D253;
}
.AnyTagClassName
{
color: #48D253;
}
</style>
background-color css
<style>
a { background-color: #48D253; }
a { background-color: rgb(72,210,83); }
div.DivClassName
{
background-color: #48D253;
}
.BgClassName
{
background-color: #48D253;
}
</style>
border-color css
<style>
span { border-color: #48D253; }
span { border-color: rgb(72,210,83); }
td.TdClassName
{
border-color: #48D253;
}
.TagClassName
{
border-color: #48D253;
}
</style>