Shades of Lime Green #48EF28
Tints of Lime Green #48EF28
RGB
CMYK
RGB Variations
Color information
#48EF28 (or 0x48EF28) is known color: Lime Green. HEX triplet: 48, EF and 28. RGB value is (72,239,40). Sum of RGB (Red+Green+Blue) = 72+239+40=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 239 (93.75% from 255 or 68.09% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 239 - color contains mainly: green. Hex color #48EF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EF28 is #B710D7. Grayscale: #A7A7A7. Windows color (decimal): -11997400 or 2682696. OLE color: 2682696.
HSL color Cylindrical-coordinate representation of color #48EF28: hue angle of 110.35º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48EF28 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 239 | 40 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.06 |
| HSL | 110.35º | 0.86% | 0.55% | - |
| HSV(B) | 110.35º | 0.83% | 0.94% | - |
| XYZ | 33.92 | 63.26 | 12.43 | - |
| YUV | 166.38 | 56.67 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 239 | 40 | 0.70 | 0 | 0.83 | 0.06 | 110.35 | 0.86 | 0.55 |
| Hex | 48 | EF | 28 | 46 | 0 | 53 | 6 | 6E | 56 | 37 |
| Octal | 110 | 357 | 50 | 106 | 0 | 123 | 6 | 156 | 126 | 67 |
| Binary | 1001000 | 11101111 | 101000 | 1000110 | 0 | 1010011 | 110 | 1101110 | 1010110 | 110111 |
Color Harmonies of #48EF28
Complementary color
Monochromatic Colors of #48EF28
Black with #48EF28
Text Example
Text Example
White with #48EF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EF28; }
p { color: rgb(72,239,40); }
H1.HeaderClassName
{
color: #48EF28;
}
.AnyTagClassName
{
color: #48EF28;
}
</style>
background-color css
<style>
a { background-color: #48EF28; }
a { background-color: rgb(72,239,40); }
div.DivClassName
{
background-color: #48EF28;
}
.BgClassName
{
background-color: #48EF28;
}
</style>
border-color css
<style>
span { border-color: #48EF28; }
span { border-color: rgb(72,239,40); }
td.TdClassName
{
border-color: #48EF28;
}
.TagClassName
{
border-color: #48EF28;
}
</style>