Shades of Lime Green #48EF39
Tints of Lime Green #48EF39
RGB
CMYK
RGB Variations
Color information
#48EF39 (or 0x48EF39) is known color: Lime Green. HEX triplet: 48, EF and 39. RGB value is (72,239,57). Sum of RGB (Red+Green+Blue) = 72+239+57=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 239 (93.75% from 255 or 64.95% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 239 - color contains mainly: green. Hex color #48EF39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EF39 is #B710C6. Grayscale: #A8A8A8. Windows color (decimal): -11997383 or 3796808. OLE color: 3796808.
HSL color Cylindrical-coordinate representation of color #48EF39: hue angle of 115.05º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48EF39 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 239 | 57 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.06 |
| HSL | 115.05º | 0.85% | 0.58% | - |
| HSV(B) | 115.05º | 0.76% | 0.94% | - |
| XYZ | 34.28 | 63.41 | 14.3 | - |
| YUV | 168.32 | 65.17 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 239 | 57 | 0.70 | 0 | 0.76 | 0.06 | 115.05 | 0.85 | 0.58 |
| Hex | 48 | EF | 39 | 46 | 0 | 4C | 6 | 73 | 55 | 3A |
| Octal | 110 | 357 | 71 | 106 | 0 | 114 | 6 | 163 | 125 | 72 |
| Binary | 1001000 | 11101111 | 111001 | 1000110 | 0 | 1001100 | 110 | 1110011 | 1010101 | 111010 |
Color Harmonies of #48EF39
Complementary color
Monochromatic Colors of #48EF39
Black with #48EF39
Text Example
Text Example
White with #48EF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EF39; }
p { color: rgb(72,239,57); }
H1.HeaderClassName
{
color: #48EF39;
}
.AnyTagClassName
{
color: #48EF39;
}
</style>
background-color css
<style>
a { background-color: #48EF39; }
a { background-color: rgb(72,239,57); }
div.DivClassName
{
background-color: #48EF39;
}
.BgClassName
{
background-color: #48EF39;
}
</style>
border-color css
<style>
span { border-color: #48EF39; }
span { border-color: rgb(72,239,57); }
td.TdClassName
{
border-color: #48EF39;
}
.TagClassName
{
border-color: #48EF39;
}
</style>