Shades of Lime Green #4EE02B
Tints of Lime Green #4EE02B
RGB
CMYK
RGB Variations
Color information
#4EE02B (or 0x4EE02B) is known color: Lime Green. HEX triplet: 4E, E0 and 2B. RGB value is (78,224,43). Sum of RGB (Red+Green+Blue) = 78+224+43=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 224 (87.89% from 255 or 64.93% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE02B is #B11FD4. Grayscale: #A0A0A0. Windows color (decimal): -11608021 or 2875470. OLE color: 2875470.
HSL color Cylindrical-coordinate representation of color #4EE02B: hue angle of 108.4º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4EE02B is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 224 | 43 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.12 |
| HSL | 108.4º | 0.74% | 0.52% | - |
| HSV(B) | 108.4º | 0.81% | 0.88% | - |
| XYZ | 30.23 | 55.11 | 11.33 | - |
| YUV | 159.71 | 62.13 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 224 | 43 | 0.65 | 0 | 0.81 | 0.12 | 108.4 | 0.74 | 0.52 |
| Hex | 4E | E0 | 2B | 41 | 0 | 51 | C | 6C | 4A | 34 |
| Octal | 116 | 340 | 53 | 101 | 0 | 121 | 14 | 154 | 112 | 64 |
| Binary | 1001110 | 11100000 | 101011 | 1000001 | 0 | 1010001 | 1100 | 1101100 | 1001010 | 110100 |
Color Harmonies of #4EE02B
Complementary color
Monochromatic Colors of #4EE02B
Black with #4EE02B
Text Example
Text Example
White with #4EE02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE02B; }
p { color: rgb(78,224,43); }
H1.HeaderClassName
{
color: #4EE02B;
}
.AnyTagClassName
{
color: #4EE02B;
}
</style>
background-color css
<style>
a { background-color: #4EE02B; }
a { background-color: rgb(78,224,43); }
div.DivClassName
{
background-color: #4EE02B;
}
.BgClassName
{
background-color: #4EE02B;
}
</style>
border-color css
<style>
span { border-color: #4EE02B; }
span { border-color: rgb(78,224,43); }
td.TdClassName
{
border-color: #4EE02B;
}
.TagClassName
{
border-color: #4EE02B;
}
</style>