Shades of Lime Green #4EEE2B
Tints of Lime Green #4EEE2B
RGB
CMYK
RGB Variations
Color information
#4EEE2B (or 0x4EEE2B) is known color: Lime Green. HEX triplet: 4E, EE and 2B. RGB value is (78,238,43). Sum of RGB (Red+Green+Blue) = 78+238+43=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 238 (93.36% from 255 or 66.30% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEE2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEE2B is #B111D4. Grayscale: #A8A8A8. Windows color (decimal): -11604437 or 2879054. OLE color: 2879054.
HSL color Cylindrical-coordinate representation of color #4EEE2B: hue angle of 109.23º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4EEE2B is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 43 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.07 |
| HSL | 109.23º | 0.85% | 0.55% | - |
| HSV(B) | 109.23º | 0.82% | 0.93% | - |
| XYZ | 34.15 | 62.94 | 12.63 | - |
| YUV | 167.93 | 57.49 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 43 | 0.67 | 0 | 0.82 | 0.07 | 109.23 | 0.85 | 0.55 |
| Hex | 4E | EE | 2B | 43 | 0 | 52 | 7 | 6D | 55 | 37 |
| Octal | 116 | 356 | 53 | 103 | 0 | 122 | 7 | 155 | 125 | 67 |
| Binary | 1001110 | 11101110 | 101011 | 1000011 | 0 | 1010010 | 111 | 1101101 | 1010101 | 110111 |
Color Harmonies of #4EEE2B
Complementary color
Monochromatic Colors of #4EEE2B
Black with #4EEE2B
Text Example
Text Example
White with #4EEE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEE2B; }
p { color: rgb(78,238,43); }
H1.HeaderClassName
{
color: #4EEE2B;
}
.AnyTagClassName
{
color: #4EEE2B;
}
</style>
background-color css
<style>
a { background-color: #4EEE2B; }
a { background-color: rgb(78,238,43); }
div.DivClassName
{
background-color: #4EEE2B;
}
.BgClassName
{
background-color: #4EEE2B;
}
</style>
border-color css
<style>
span { border-color: #4EEE2B; }
span { border-color: rgb(78,238,43); }
td.TdClassName
{
border-color: #4EEE2B;
}
.TagClassName
{
border-color: #4EEE2B;
}
</style>