Shades of Lime Green #48EC41
Tints of Lime Green #48EC41
RGB
CMYK
RGB Variations
Color information
#48EC41 (or 0x48EC41) is known color: Lime Green. HEX triplet: 48, EC and 41. RGB value is (72,236,65). Sum of RGB (Red+Green+Blue) = 72+236+65=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 236 (92.58% from 255 or 63.27% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EC41 is #B713BE. Grayscale: #A7A7A7. Windows color (decimal): -11998143 or 4320328. OLE color: 4320328.
HSL color Cylindrical-coordinate representation of color #48EC41: hue angle of 117.54º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48EC41 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 65 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.07 |
| HSL | 117.54º | 0.82% | 0.59% | - |
| HSV(B) | 117.54º | 0.72% | 0.93% | - |
| XYZ | 33.62 | 61.75 | 15.15 | - |
| YUV | 167.47 | 70.17 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 65 | 0.69 | 0 | 0.72 | 0.07 | 117.54 | 0.82 | 0.59 |
| Hex | 48 | EC | 41 | 45 | 0 | 48 | 7 | 76 | 52 | 3B |
| Octal | 110 | 354 | 101 | 105 | 0 | 110 | 7 | 166 | 122 | 73 |
| Binary | 1001000 | 11101100 | 1000001 | 1000101 | 0 | 1001000 | 111 | 1110110 | 1010010 | 111011 |
Color Harmonies of #48EC41
Complementary color
Monochromatic Colors of #48EC41
Black with #48EC41
Text Example
Text Example
White with #48EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC41; }
p { color: rgb(72,236,65); }
H1.HeaderClassName
{
color: #48EC41;
}
.AnyTagClassName
{
color: #48EC41;
}
</style>
background-color css
<style>
a { background-color: #48EC41; }
a { background-color: rgb(72,236,65); }
div.DivClassName
{
background-color: #48EC41;
}
.BgClassName
{
background-color: #48EC41;
}
</style>
border-color css
<style>
span { border-color: #48EC41; }
span { border-color: rgb(72,236,65); }
td.TdClassName
{
border-color: #48EC41;
}
.TagClassName
{
border-color: #48EC41;
}
</style>