Shades of Lime Green #4EE148
Tints of Lime Green #4EE148
RGB
CMYK
RGB Variations
Color information
#4EE148 (or 0x4EE148) is known color: Lime Green. HEX triplet: 4E, E1 and 48. RGB value is (78,225,72). Sum of RGB (Red+Green+Blue) = 78+225+72=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #4EE148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE148 is #B11EB7. Grayscale: #A4A4A4. Windows color (decimal): -11607736 or 4776270. OLE color: 4776270.
HSL color Cylindrical-coordinate representation of color #4EE148: hue angle of 117.65º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EE148 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 225 | 72 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.12 |
| HSL | 117.65º | 0.72% | 0.58% | - |
| HSV(B) | 117.65º | 0.68% | 0.88% | - |
| XYZ | 31.24 | 55.94 | 15.28 | - |
| YUV | 163.61 | 76.3 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 225 | 72 | 0.65 | 0 | 0.68 | 0.12 | 117.65 | 0.72 | 0.58 |
| Hex | 4E | E1 | 48 | 41 | 0 | 44 | C | 76 | 48 | 3A |
| Octal | 116 | 341 | 110 | 101 | 0 | 104 | 14 | 166 | 110 | 72 |
| Binary | 1001110 | 11100001 | 1001000 | 1000001 | 0 | 1000100 | 1100 | 1110110 | 1001000 | 111010 |
Color Harmonies of #4EE148
Complementary color
Monochromatic Colors of #4EE148
Black with #4EE148
Text Example
Text Example
White with #4EE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE148; }
p { color: rgb(78,225,72); }
H1.HeaderClassName
{
color: #4EE148;
}
.AnyTagClassName
{
color: #4EE148;
}
</style>
background-color css
<style>
a { background-color: #4EE148; }
a { background-color: rgb(78,225,72); }
div.DivClassName
{
background-color: #4EE148;
}
.BgClassName
{
background-color: #4EE148;
}
</style>
border-color css
<style>
span { border-color: #4EE148; }
span { border-color: rgb(78,225,72); }
td.TdClassName
{
border-color: #4EE148;
}
.TagClassName
{
border-color: #4EE148;
}
</style>