Shades of Lime Green #48EC31
Tints of Lime Green #48EC31
RGB
CMYK
RGB Variations
Color information
#48EC31 (or 0x48EC31) is known color: Lime Green. HEX triplet: 48, EC and 31. RGB value is (72,236,49). Sum of RGB (Red+Green+Blue) = 72+236+49=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 236 (92.58% from 255 or 66.11% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EC31 is #B713CE. Grayscale: #A6A6A6. Windows color (decimal): -11998159 or 3271752. OLE color: 3271752.
HSL color Cylindrical-coordinate representation of color #48EC31: hue angle of 112.62º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48EC31 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 49 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.07 |
| HSL | 112.62º | 0.83% | 0.56% | - |
| HSV(B) | 112.62º | 0.79% | 0.93% | - |
| XYZ | 33.22 | 61.59 | 13.04 | - |
| YUV | 165.65 | 62.17 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 49 | 0.69 | 0 | 0.79 | 0.07 | 112.62 | 0.83 | 0.56 |
| Hex | 48 | EC | 31 | 45 | 0 | 4F | 7 | 71 | 53 | 38 |
| Octal | 110 | 354 | 61 | 105 | 0 | 117 | 7 | 161 | 123 | 70 |
| Binary | 1001000 | 11101100 | 110001 | 1000101 | 0 | 1001111 | 111 | 1110001 | 1010011 | 111000 |
Color Harmonies of #48EC31
Complementary color
Monochromatic Colors of #48EC31
Black with #48EC31
Text Example
Text Example
White with #48EC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC31; }
p { color: rgb(72,236,49); }
H1.HeaderClassName
{
color: #48EC31;
}
.AnyTagClassName
{
color: #48EC31;
}
</style>
background-color css
<style>
a { background-color: #48EC31; }
a { background-color: rgb(72,236,49); }
div.DivClassName
{
background-color: #48EC31;
}
.BgClassName
{
background-color: #48EC31;
}
</style>
border-color css
<style>
span { border-color: #48EC31; }
span { border-color: rgb(72,236,49); }
td.TdClassName
{
border-color: #48EC31;
}
.TagClassName
{
border-color: #48EC31;
}
</style>