Shades of Lime Green #4EE233
Tints of Lime Green #4EE233
RGB
CMYK
RGB Variations
Color information
#4EE233 (or 0x4EE233) is known color: Lime Green. HEX triplet: 4E, E2 and 33. RGB value is (78,226,51). Sum of RGB (Red+Green+Blue) = 78+226+51=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 226 (88.67% from 255 or 63.66% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 226 - color contains mainly: green. Hex color #4EE233 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE233 is #B11DCC. Grayscale: #A2A2A2. Windows color (decimal): -11607501 or 3400270. OLE color: 3400270.
HSL color Cylindrical-coordinate representation of color #4EE233: hue angle of 110.74º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4EE233 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 226 | 51 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.11 |
| HSL | 110.74º | 0.75% | 0.54% | - |
| HSV(B) | 110.74º | 0.77% | 0.89% | - |
| XYZ | 30.94 | 56.25 | 12.36 | - |
| YUV | 161.8 | 65.47 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 226 | 51 | 0.65 | 0 | 0.77 | 0.11 | 110.74 | 0.75 | 0.54 |
| Hex | 4E | E2 | 33 | 41 | 0 | 4D | B | 6F | 4B | 36 |
| Octal | 116 | 342 | 63 | 101 | 0 | 115 | 13 | 157 | 113 | 66 |
| Binary | 1001110 | 11100010 | 110011 | 1000001 | 0 | 1001101 | 1011 | 1101111 | 1001011 | 110110 |
Color Harmonies of #4EE233
Complementary color
Monochromatic Colors of #4EE233
Black with #4EE233
Text Example
Text Example
White with #4EE233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE233; }
p { color: rgb(78,226,51); }
H1.HeaderClassName
{
color: #4EE233;
}
.AnyTagClassName
{
color: #4EE233;
}
</style>
background-color css
<style>
a { background-color: #4EE233; }
a { background-color: rgb(78,226,51); }
div.DivClassName
{
background-color: #4EE233;
}
.BgClassName
{
background-color: #4EE233;
}
</style>
border-color css
<style>
span { border-color: #4EE233; }
span { border-color: rgb(78,226,51); }
td.TdClassName
{
border-color: #4EE233;
}
.TagClassName
{
border-color: #4EE233;
}
</style>