Shades of Lime Green #4EE226
Tints of Lime Green #4EE226
RGB
CMYK
RGB Variations
Color information
#4EE226 (or 0x4EE226) is known color: Lime Green. HEX triplet: 4E, E2 and 26. RGB value is (78,226,38). Sum of RGB (Red+Green+Blue) = 78+226+38=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 226 (88.67% from 255 or 66.08% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 226 - color contains mainly: green. Hex color #4EE226 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE226 is #B11DD9. Grayscale: #A0A0A0. Windows color (decimal): -11607514 or 2548302. OLE color: 2548302.
HSL color Cylindrical-coordinate representation of color #4EE226: hue angle of 107.23º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4EE226 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 226 | 38 | - |
| CMYK | 0.65 | 0 | 0.83 | 0.11 |
| HSL | 107.23º | 0.76% | 0.52% | - |
| HSV(B) | 107.23º | 0.83% | 0.89% | - |
| XYZ | 30.69 | 56.15 | 11.05 | - |
| YUV | 160.32 | 58.97 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 226 | 38 | 0.65 | 0 | 0.83 | 0.11 | 107.23 | 0.76 | 0.52 |
| Hex | 4E | E2 | 26 | 41 | 0 | 53 | B | 6B | 4C | 34 |
| Octal | 116 | 342 | 46 | 101 | 0 | 123 | 13 | 153 | 114 | 64 |
| Binary | 1001110 | 11100010 | 100110 | 1000001 | 0 | 1010011 | 1011 | 1101011 | 1001100 | 110100 |
Color Harmonies of #4EE226
Complementary color
Monochromatic Colors of #4EE226
Black with #4EE226
Text Example
Text Example
White with #4EE226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE226; }
p { color: rgb(78,226,38); }
H1.HeaderClassName
{
color: #4EE226;
}
.AnyTagClassName
{
color: #4EE226;
}
</style>
background-color css
<style>
a { background-color: #4EE226; }
a { background-color: rgb(78,226,38); }
div.DivClassName
{
background-color: #4EE226;
}
.BgClassName
{
background-color: #4EE226;
}
</style>
border-color css
<style>
span { border-color: #4EE226; }
span { border-color: rgb(78,226,38); }
td.TdClassName
{
border-color: #4EE226;
}
.TagClassName
{
border-color: #4EE226;
}
</style>