Shades of Lime Green #4EE628
Tints of Lime Green #4EE628
RGB
CMYK
RGB Variations
Color information
#4EE628 (or 0x4EE628) is known color: Lime Green. HEX triplet: 4E, E6 and 28. RGB value is (78,230,40). Sum of RGB (Red+Green+Blue) = 78+230+40=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 230 (90.23% from 255 or 66.09% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 230 - color contains mainly: green. Hex color #4EE628 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EE628 is #B119D7. Grayscale: #A3A3A3. Windows color (decimal): -11606488 or 2680398. OLE color: 2680398.
HSL color Cylindrical-coordinate representation of color #4EE628: hue angle of 108º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4EE628 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 230 | 40 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.10 |
| HSL | 108º | 0.79% | 0.53% | - |
| HSV(B) | 108º | 0.83% | 0.9% | - |
| XYZ | 31.82 | 58.37 | 11.6 | - |
| YUV | 162.89 | 58.64 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 230 | 40 | 0.66 | 0 | 0.83 | 0.10 | 108 | 0.79 | 0.53 |
| Hex | 4E | E6 | 28 | 42 | 0 | 53 | A | 6C | 4F | 35 |
| Octal | 116 | 346 | 50 | 102 | 0 | 123 | 12 | 154 | 117 | 65 |
| Binary | 1001110 | 11100110 | 101000 | 1000010 | 0 | 1010011 | 1010 | 1101100 | 1001111 | 110101 |
Color Harmonies of #4EE628
Complementary color
Monochromatic Colors of #4EE628
Black with #4EE628
Text Example
Text Example
White with #4EE628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE628; }
p { color: rgb(78,230,40); }
H1.HeaderClassName
{
color: #4EE628;
}
.AnyTagClassName
{
color: #4EE628;
}
</style>
background-color css
<style>
a { background-color: #4EE628; }
a { background-color: rgb(78,230,40); }
div.DivClassName
{
background-color: #4EE628;
}
.BgClassName
{
background-color: #4EE628;
}
</style>
border-color css
<style>
span { border-color: #4EE628; }
span { border-color: rgb(78,230,40); }
td.TdClassName
{
border-color: #4EE628;
}
.TagClassName
{
border-color: #4EE628;
}
</style>