Shades of Lime Green #48EC3F
Tints of Lime Green #48EC3F
RGB
CMYK
RGB Variations
Color information
#48EC3F (or 0x48EC3F) is known color: Lime Green. HEX triplet: 48, EC and 3F. RGB value is (72,236,63). Sum of RGB (Red+Green+Blue) = 72+236+63=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EC3F is #B713C0. Grayscale: #A7A7A7. Windows color (decimal): -11998145 or 4189256. OLE color: 4189256.
HSL color Cylindrical-coordinate representation of color #48EC3F: hue angle of 116.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48EC3F is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 63 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.07 |
| HSL | 116.88º | 0.82% | 0.59% | - |
| HSV(B) | 116.88º | 0.73% | 0.93% | - |
| XYZ | 33.57 | 61.73 | 14.85 | - |
| YUV | 167.24 | 69.17 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 63 | 0.69 | 0 | 0.73 | 0.07 | 116.88 | 0.82 | 0.59 |
| Hex | 48 | EC | 3F | 45 | 0 | 49 | 7 | 75 | 52 | 3B |
| Octal | 110 | 354 | 77 | 105 | 0 | 111 | 7 | 165 | 122 | 73 |
| Binary | 1001000 | 11101100 | 111111 | 1000101 | 0 | 1001001 | 111 | 1110101 | 1010010 | 111011 |
Color Harmonies of #48EC3F
Complementary color
Monochromatic Colors of #48EC3F
Black with #48EC3F
Text Example
Text Example
White with #48EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC3F; }
p { color: rgb(72,236,63); }
H1.HeaderClassName
{
color: #48EC3F;
}
.AnyTagClassName
{
color: #48EC3F;
}
</style>
background-color css
<style>
a { background-color: #48EC3F; }
a { background-color: rgb(72,236,63); }
div.DivClassName
{
background-color: #48EC3F;
}
.BgClassName
{
background-color: #48EC3F;
}
</style>
border-color css
<style>
span { border-color: #48EC3F; }
span { border-color: rgb(72,236,63); }
td.TdClassName
{
border-color: #48EC3F;
}
.TagClassName
{
border-color: #48EC3F;
}
</style>