Shades of Lime Green #4ED83B
Tints of Lime Green #4ED83B
RGB
CMYK
RGB Variations
Color information
#4ED83B (or 0x4ED83B) is known color: Lime Green. HEX triplet: 4E, D8 and 3B. RGB value is (78,216,59). Sum of RGB (Red+Green+Blue) = 78+216+59=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 216 (84.77% from 255 or 61.19% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED83B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED83B is #B127C4. Grayscale: #9D9D9D. Windows color (decimal): -11610053 or 3921998. OLE color: 3921998.
HSL color Cylindrical-coordinate representation of color #4ED83B: hue angle of 112.74º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4ED83B is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 59 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.15 |
| HSL | 112.74º | 0.67% | 0.54% | - |
| HSV(B) | 112.74º | 0.73% | 0.85% | - |
| XYZ | 28.49 | 51.05 | 12.49 | - |
| YUV | 156.84 | 72.78 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 59 | 0.64 | 0 | 0.73 | 0.15 | 112.74 | 0.67 | 0.54 |
| Hex | 4E | D8 | 3B | 40 | 0 | 49 | F | 71 | 43 | 36 |
| Octal | 116 | 330 | 73 | 100 | 0 | 111 | 17 | 161 | 103 | 66 |
| Binary | 1001110 | 11011000 | 111011 | 1000000 | 0 | 1001001 | 1111 | 1110001 | 1000011 | 110110 |
Color Harmonies of #4ED83B
Complementary color
Monochromatic Colors of #4ED83B
Black with #4ED83B
Text Example
Text Example
White with #4ED83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED83B; }
p { color: rgb(78,216,59); }
H1.HeaderClassName
{
color: #4ED83B;
}
.AnyTagClassName
{
color: #4ED83B;
}
</style>
background-color css
<style>
a { background-color: #4ED83B; }
a { background-color: rgb(78,216,59); }
div.DivClassName
{
background-color: #4ED83B;
}
.BgClassName
{
background-color: #4ED83B;
}
</style>
border-color css
<style>
span { border-color: #4ED83B; }
span { border-color: rgb(78,216,59); }
td.TdClassName
{
border-color: #4ED83B;
}
.TagClassName
{
border-color: #4ED83B;
}
</style>