Shades of Lime Green #4EE32A
Tints of Lime Green #4EE32A
RGB
CMYK
RGB Variations
Color information
#4EE32A (or 0x4EE32A) is known color: Lime Green. HEX triplet: 4E, E3 and 2A. RGB value is (78,227,42). Sum of RGB (Red+Green+Blue) = 78+227+42=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 227 (89.06% from 255 or 65.42% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE32A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE32A is #B11CD5. Grayscale: #A1A1A1. Windows color (decimal): -11607254 or 2810702. OLE color: 2810702.
HSL color Cylindrical-coordinate representation of color #4EE32A: hue angle of 108.32º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4EE32A is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 227 | 42 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.11 |
| HSL | 108.32º | 0.77% | 0.53% | - |
| HSV(B) | 108.32º | 0.81% | 0.89% | - |
| XYZ | 31.03 | 56.73 | 11.5 | - |
| YUV | 161.36 | 60.64 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 227 | 42 | 0.66 | 0 | 0.81 | 0.11 | 108.32 | 0.77 | 0.53 |
| Hex | 4E | E3 | 2A | 42 | 0 | 51 | B | 6C | 4D | 35 |
| Octal | 116 | 343 | 52 | 102 | 0 | 121 | 13 | 154 | 115 | 65 |
| Binary | 1001110 | 11100011 | 101010 | 1000010 | 0 | 1010001 | 1011 | 1101100 | 1001101 | 110101 |
Color Harmonies of #4EE32A
Complementary color
Monochromatic Colors of #4EE32A
Black with #4EE32A
Text Example
Text Example
White with #4EE32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE32A; }
p { color: rgb(78,227,42); }
H1.HeaderClassName
{
color: #4EE32A;
}
.AnyTagClassName
{
color: #4EE32A;
}
</style>
background-color css
<style>
a { background-color: #4EE32A; }
a { background-color: rgb(78,227,42); }
div.DivClassName
{
background-color: #4EE32A;
}
.BgClassName
{
background-color: #4EE32A;
}
</style>
border-color css
<style>
span { border-color: #4EE32A; }
span { border-color: rgb(78,227,42); }
td.TdClassName
{
border-color: #4EE32A;
}
.TagClassName
{
border-color: #4EE32A;
}
</style>