Shades of Lime Green #4EE83D
Tints of Lime Green #4EE83D
RGB
CMYK
RGB Variations
Color information
#4EE83D (or 0x4EE83D) is known color: Lime Green. HEX triplet: 4E, E8 and 3D. RGB value is (78,232,61). Sum of RGB (Red+Green+Blue) = 78+232+61=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 232 (91.02% from 255 or 62.53% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 232 - color contains mainly: green. Hex color #4EE83D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EE83D is #B117C2. Grayscale: #A6A6A6. Windows color (decimal): -11605955 or 4057166. OLE color: 4057166.
HSL color Cylindrical-coordinate representation of color #4EE83D: hue angle of 114.04º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4EE83D is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 232 | 61 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.09 |
| HSL | 114.04º | 0.79% | 0.57% | - |
| HSV(B) | 114.04º | 0.74% | 0.91% | - |
| XYZ | 32.84 | 59.67 | 14.2 | - |
| YUV | 166.46 | 68.48 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 232 | 61 | 0.66 | 0 | 0.74 | 0.09 | 114.04 | 0.79 | 0.57 |
| Hex | 4E | E8 | 3D | 42 | 0 | 4A | 9 | 72 | 4F | 39 |
| Octal | 116 | 350 | 75 | 102 | 0 | 112 | 11 | 162 | 117 | 71 |
| Binary | 1001110 | 11101000 | 111101 | 1000010 | 0 | 1001010 | 1001 | 1110010 | 1001111 | 111001 |
Color Harmonies of #4EE83D
Complementary color
Monochromatic Colors of #4EE83D
Black with #4EE83D
Text Example
Text Example
White with #4EE83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE83D; }
p { color: rgb(78,232,61); }
H1.HeaderClassName
{
color: #4EE83D;
}
.AnyTagClassName
{
color: #4EE83D;
}
</style>
background-color css
<style>
a { background-color: #4EE83D; }
a { background-color: rgb(78,232,61); }
div.DivClassName
{
background-color: #4EE83D;
}
.BgClassName
{
background-color: #4EE83D;
}
</style>
border-color css
<style>
span { border-color: #4EE83D; }
span { border-color: rgb(78,232,61); }
td.TdClassName
{
border-color: #4EE83D;
}
.TagClassName
{
border-color: #4EE83D;
}
</style>