Shades of Lime Green #48D24C
Tints of Lime Green #48D24C
RGB
CMYK
RGB Variations
Color information
#48D24C (or 0x48D24C) is known color: Lime Green. HEX triplet: 48, D2 and 4C. RGB value is (72,210,76). Sum of RGB (Red+Green+Blue) = 72+210+76=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #48D24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D24C is #B72DB3. Grayscale: #999999. Windows color (decimal): -12004788 or 5034568. OLE color: 5034568.
HSL color Cylindrical-coordinate representation of color #48D24C: hue angle of 121.74º 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 #48D24C is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 210 | 76 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.18 |
| HSL | 121.74º | 0.61% | 0.55% | - |
| HSV(B) | 121.74º | 0.66% | 0.82% | - |
| XYZ | 27.02 | 47.99 | 14.68 | - |
| YUV | 153.46 | 84.28 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 76 | 0.66 | 0 | 0.64 | 0.18 | 121.74 | 0.61 | 0.55 |
| Hex | 48 | D2 | 4C | 42 | 0 | 40 | 12 | 7A | 3D | 37 |
| Octal | 110 | 322 | 114 | 102 | 0 | 100 | 22 | 172 | 75 | 67 |
| Binary | 1001000 | 11010010 | 1001100 | 1000010 | 0 | 1000000 | 10010 | 1111010 | 111101 | 110111 |
Color Harmonies of #48D24C
Complementary color
Monochromatic Colors of #48D24C
Black with #48D24C
Text Example
Text Example
White with #48D24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D24C; }
p { color: rgb(72,210,76); }
H1.HeaderClassName
{
color: #48D24C;
}
.AnyTagClassName
{
color: #48D24C;
}
</style>
background-color css
<style>
a { background-color: #48D24C; }
a { background-color: rgb(72,210,76); }
div.DivClassName
{
background-color: #48D24C;
}
.BgClassName
{
background-color: #48D24C;
}
</style>
border-color css
<style>
span { border-color: #48D24C; }
span { border-color: rgb(72,210,76); }
td.TdClassName
{
border-color: #48D24C;
}
.TagClassName
{
border-color: #48D24C;
}
</style>