Shades of Lime Green #4EE03A
Tints of Lime Green #4EE03A
RGB
CMYK
RGB Variations
Color information
#4EE03A (or 0x4EE03A) is known color: Lime Green. HEX triplet: 4E, E0 and 3A. RGB value is (78,224,58). Sum of RGB (Red+Green+Blue) = 78+224+58=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE03A is #B11FC5. Grayscale: #A1A1A1. Windows color (decimal): -11608006 or 3858510. OLE color: 3858510.
HSL color Cylindrical-coordinate representation of color #4EE03A: hue angle of 112.77º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4EE03A is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 224 | 58 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.12 |
| HSL | 112.77º | 0.73% | 0.55% | - |
| HSV(B) | 112.77º | 0.74% | 0.88% | - |
| XYZ | 30.56 | 55.24 | 13.05 | - |
| YUV | 161.42 | 69.63 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 224 | 58 | 0.65 | 0 | 0.74 | 0.12 | 112.77 | 0.73 | 0.55 |
| Hex | 4E | E0 | 3A | 41 | 0 | 4A | C | 71 | 49 | 37 |
| Octal | 116 | 340 | 72 | 101 | 0 | 112 | 14 | 161 | 111 | 67 |
| Binary | 1001110 | 11100000 | 111010 | 1000001 | 0 | 1001010 | 1100 | 1110001 | 1001001 | 110111 |
Color Harmonies of #4EE03A
Complementary color
Monochromatic Colors of #4EE03A
Black with #4EE03A
Text Example
Text Example
White with #4EE03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE03A; }
p { color: rgb(78,224,58); }
H1.HeaderClassName
{
color: #4EE03A;
}
.AnyTagClassName
{
color: #4EE03A;
}
</style>
background-color css
<style>
a { background-color: #4EE03A; }
a { background-color: rgb(78,224,58); }
div.DivClassName
{
background-color: #4EE03A;
}
.BgClassName
{
background-color: #4EE03A;
}
</style>
border-color css
<style>
span { border-color: #4EE03A; }
span { border-color: rgb(78,224,58); }
td.TdClassName
{
border-color: #4EE03A;
}
.TagClassName
{
border-color: #4EE03A;
}
</style>