Shades of Lime Green #4EE534
Tints of Lime Green #4EE534
RGB
CMYK
RGB Variations
Color information
#4EE534 (or 0x4EE534) is known color: Lime Green. HEX triplet: 4E, E5 and 34. RGB value is (78,229,52). Sum of RGB (Red+Green+Blue) = 78+229+52=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 229 (89.84% from 255 or 63.79% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 229 - color contains mainly: green. Hex color #4EE534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE534 is #B11ACB. Grayscale: #A4A4A4. Windows color (decimal): -11606732 or 3466574. OLE color: 3466574.
HSL color Cylindrical-coordinate representation of color #4EE534: hue angle of 111.19º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4EE534 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 229 | 52 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.10 |
| HSL | 111.19º | 0.77% | 0.55% | - |
| HSV(B) | 111.19º | 0.77% | 0.9% | - |
| XYZ | 31.78 | 57.91 | 12.75 | - |
| YUV | 163.67 | 64.97 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 229 | 52 | 0.66 | 0 | 0.77 | 0.10 | 111.19 | 0.77 | 0.55 |
| Hex | 4E | E5 | 34 | 42 | 0 | 4D | A | 6F | 4D | 37 |
| Octal | 116 | 345 | 64 | 102 | 0 | 115 | 12 | 157 | 115 | 67 |
| Binary | 1001110 | 11100101 | 110100 | 1000010 | 0 | 1001101 | 1010 | 1101111 | 1001101 | 110111 |
Color Harmonies of #4EE534
Complementary color
Monochromatic Colors of #4EE534
Black with #4EE534
Text Example
Text Example
White with #4EE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE534; }
p { color: rgb(78,229,52); }
H1.HeaderClassName
{
color: #4EE534;
}
.AnyTagClassName
{
color: #4EE534;
}
</style>
background-color css
<style>
a { background-color: #4EE534; }
a { background-color: rgb(78,229,52); }
div.DivClassName
{
background-color: #4EE534;
}
.BgClassName
{
background-color: #4EE534;
}
</style>
border-color css
<style>
span { border-color: #4EE534; }
span { border-color: rgb(78,229,52); }
td.TdClassName
{
border-color: #4EE534;
}
.TagClassName
{
border-color: #4EE534;
}
</style>