Shades of Lime Green #48DB23
Tints of Lime Green #48DB23
RGB
CMYK
RGB Variations
Color information
#48DB23 (or 0x48DB23) is known color: Lime Green. HEX triplet: 48, DB and 23. RGB value is (72,219,35). Sum of RGB (Red+Green+Blue) = 72+219+35=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 219 (85.94% from 255 or 67.18% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DB23 is #B724DC. Grayscale: #9A9A9A. Windows color (decimal): -12002525 or 2349896. OLE color: 2349896.
HSL color Cylindrical-coordinate representation of color #48DB23: hue angle of 107.93º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48DB23 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 35 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.14 |
| HSL | 107.93º | 0.72% | 0.5% | - |
| HSV(B) | 107.93º | 0.84% | 0.86% | - |
| XYZ | 28.31 | 52.16 | 10.17 | - |
| YUV | 154.07 | 60.8 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 35 | 0.67 | 0 | 0.84 | 0.14 | 107.93 | 0.72 | 0.5 |
| Hex | 48 | DB | 23 | 43 | 0 | 54 | E | 6C | 48 | 32 |
| Octal | 110 | 333 | 43 | 103 | 0 | 124 | 16 | 154 | 110 | 62 |
| Binary | 1001000 | 11011011 | 100011 | 1000011 | 0 | 1010100 | 1110 | 1101100 | 1001000 | 110010 |
Color Harmonies of #48DB23
Complementary color
Monochromatic Colors of #48DB23
Black with #48DB23
Text Example
Text Example
White with #48DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DB23; }
p { color: rgb(72,219,35); }
H1.HeaderClassName
{
color: #48DB23;
}
.AnyTagClassName
{
color: #48DB23;
}
</style>
background-color css
<style>
a { background-color: #48DB23; }
a { background-color: rgb(72,219,35); }
div.DivClassName
{
background-color: #48DB23;
}
.BgClassName
{
background-color: #48DB23;
}
</style>
border-color css
<style>
span { border-color: #48DB23; }
span { border-color: rgb(72,219,35); }
td.TdClassName
{
border-color: #48DB23;
}
.TagClassName
{
border-color: #48DB23;
}
</style>