Shades of Lime Green #4EF22E
Tints of Lime Green #4EF22E
RGB
CMYK
RGB Variations
Color information
#4EF22E (or 0x4EF22E) is known color: Lime Green. HEX triplet: 4E, F2 and 2E. RGB value is (78,242,46). Sum of RGB (Red+Green+Blue) = 78+242+46=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 242 (94.92% from 255 or 66.12% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 242 - color contains mainly: green. Hex color #4EF22E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF22E is #B10DD1. Grayscale: #ABABAB. Windows color (decimal): -11603410 or 3076686. OLE color: 3076686.
HSL color Cylindrical-coordinate representation of color #4EF22E: hue angle of 110.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4EF22E is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 242 | 46 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.05 |
| HSL | 110.2º | 0.88% | 0.56% | - |
| HSV(B) | 110.2º | 0.81% | 0.95% | - |
| XYZ | 35.39 | 65.32 | 13.33 | - |
| YUV | 170.62 | 57.67 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 242 | 46 | 0.68 | 0 | 0.81 | 0.05 | 110.2 | 0.88 | 0.56 |
| Hex | 4E | F2 | 2E | 44 | 0 | 51 | 5 | 6E | 58 | 38 |
| Octal | 116 | 362 | 56 | 104 | 0 | 121 | 5 | 156 | 130 | 70 |
| Binary | 1001110 | 11110010 | 101110 | 1000100 | 0 | 1010001 | 101 | 1101110 | 1011000 | 111000 |
Color Harmonies of #4EF22E
Complementary color
Monochromatic Colors of #4EF22E
Black with #4EF22E
Text Example
Text Example
White with #4EF22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF22E; }
p { color: rgb(78,242,46); }
H1.HeaderClassName
{
color: #4EF22E;
}
.AnyTagClassName
{
color: #4EF22E;
}
</style>
background-color css
<style>
a { background-color: #4EF22E; }
a { background-color: rgb(78,242,46); }
div.DivClassName
{
background-color: #4EF22E;
}
.BgClassName
{
background-color: #4EF22E;
}
</style>
border-color css
<style>
span { border-color: #4EF22E; }
span { border-color: rgb(78,242,46); }
td.TdClassName
{
border-color: #4EF22E;
}
.TagClassName
{
border-color: #4EF22E;
}
</style>