Shades of Lime Green #48DF21
Tints of Lime Green #48DF21
RGB
CMYK
RGB Variations
Color information
#48DF21 (or 0x48DF21) is known color: Lime Green. HEX triplet: 48, DF and 21. RGB value is (72,223,33). Sum of RGB (Red+Green+Blue) = 72+223+33=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 223 (87.5% from 255 or 67.99% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DF21 is #B720DE. Grayscale: #9C9C9C. Windows color (decimal): -12001503 or 2219848. OLE color: 2219848.
HSL color Cylindrical-coordinate representation of color #48DF21: hue angle of 107.68º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48DF21 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 33 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.13 |
| HSL | 107.68º | 0.75% | 0.5% | - |
| HSV(B) | 107.68º | 0.85% | 0.87% | - |
| XYZ | 29.33 | 54.26 | 10.37 | - |
| YUV | 156.19 | 58.47 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 33 | 0.68 | 0 | 0.85 | 0.13 | 107.68 | 0.75 | 0.5 |
| Hex | 48 | DF | 21 | 44 | 0 | 55 | D | 6C | 4B | 32 |
| Octal | 110 | 337 | 41 | 104 | 0 | 125 | 15 | 154 | 113 | 62 |
| Binary | 1001000 | 11011111 | 100001 | 1000100 | 0 | 1010101 | 1101 | 1101100 | 1001011 | 110010 |
Color Harmonies of #48DF21
Complementary color
Monochromatic Colors of #48DF21
Black with #48DF21
Text Example
Text Example
White with #48DF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DF21; }
p { color: rgb(72,223,33); }
H1.HeaderClassName
{
color: #48DF21;
}
.AnyTagClassName
{
color: #48DF21;
}
</style>
background-color css
<style>
a { background-color: #48DF21; }
a { background-color: rgb(72,223,33); }
div.DivClassName
{
background-color: #48DF21;
}
.BgClassName
{
background-color: #48DF21;
}
</style>
border-color css
<style>
span { border-color: #48DF21; }
span { border-color: rgb(72,223,33); }
td.TdClassName
{
border-color: #48DF21;
}
.TagClassName
{
border-color: #48DF21;
}
</style>