Shades of Lime Green #4EC93B
Tints of Lime Green #4EC93B
RGB
CMYK
RGB Variations
Color information
#4EC93B (or 0x4EC93B) is known color: Lime Green. HEX triplet: 4E, C9 and 3B. RGB value is (78,201,59). Sum of RGB (Red+Green+Blue) = 78+201+59=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC93B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC93B is #B136C4. Grayscale: #949494. Windows color (decimal): -11613893 or 3918158. OLE color: 3918158.
HSL color Cylindrical-coordinate representation of color #4EC93B: hue angle of 111.97º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4EC93B is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 201 | 59 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.21 |
| HSL | 111.97º | 0.57% | 0.51% | - |
| HSV(B) | 111.97º | 0.71% | 0.79% | - |
| XYZ | 24.82 | 43.71 | 11.27 | - |
| YUV | 148.04 | 77.75 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 59 | 0.61 | 0 | 0.71 | 0.21 | 111.97 | 0.57 | 0.51 |
| Hex | 4E | C9 | 3B | 3D | 0 | 47 | 15 | 70 | 39 | 33 |
| Octal | 116 | 311 | 73 | 75 | 0 | 107 | 25 | 160 | 71 | 63 |
| Binary | 1001110 | 11001001 | 111011 | 111101 | 0 | 1000111 | 10101 | 1110000 | 111001 | 110011 |
Color Harmonies of #4EC93B
Complementary color
Monochromatic Colors of #4EC93B
Black with #4EC93B
Text Example
Text Example
White with #4EC93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC93B; }
p { color: rgb(78,201,59); }
H1.HeaderClassName
{
color: #4EC93B;
}
.AnyTagClassName
{
color: #4EC93B;
}
</style>
background-color css
<style>
a { background-color: #4EC93B; }
a { background-color: rgb(78,201,59); }
div.DivClassName
{
background-color: #4EC93B;
}
.BgClassName
{
background-color: #4EC93B;
}
</style>
border-color css
<style>
span { border-color: #4EC93B; }
span { border-color: rgb(78,201,59); }
td.TdClassName
{
border-color: #4EC93B;
}
.TagClassName
{
border-color: #4EC93B;
}
</style>