Shades of Lime Green #4ECE42
Tints of Lime Green #4ECE42
RGB
CMYK
RGB Variations
Color information
#4ECE42 (or 0x4ECE42) is known color: Lime Green. HEX triplet: 4E, CE and 42. RGB value is (78,206,66). Sum of RGB (Red+Green+Blue) = 78+206+66=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 206 (80.86% from 255 or 58.86% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 206 - color contains mainly: green. Hex color #4ECE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECE42 is #B131BD. Grayscale: #989898. Windows color (decimal): -11612606 or 4378190. OLE color: 4378190.
HSL color Cylindrical-coordinate representation of color #4ECE42: hue angle of 114.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ECE42 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 206 | 66 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.19 |
| HSL | 114.86º | 0.59% | 0.53% | - |
| HSV(B) | 114.86º | 0.68% | 0.81% | - |
| XYZ | 26.2 | 46.16 | 12.68 | - |
| YUV | 151.77 | 79.59 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 66 | 0.62 | 0 | 0.68 | 0.19 | 114.86 | 0.59 | 0.53 |
| Hex | 4E | CE | 42 | 3E | 0 | 44 | 13 | 73 | 3B | 35 |
| Octal | 116 | 316 | 102 | 76 | 0 | 104 | 23 | 163 | 73 | 65 |
| Binary | 1001110 | 11001110 | 1000010 | 111110 | 0 | 1000100 | 10011 | 1110011 | 111011 | 110101 |
Color Harmonies of #4ECE42
Complementary color
Monochromatic Colors of #4ECE42
Black with #4ECE42
Text Example
Text Example
White with #4ECE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECE42; }
p { color: rgb(78,206,66); }
H1.HeaderClassName
{
color: #4ECE42;
}
.AnyTagClassName
{
color: #4ECE42;
}
</style>
background-color css
<style>
a { background-color: #4ECE42; }
a { background-color: rgb(78,206,66); }
div.DivClassName
{
background-color: #4ECE42;
}
.BgClassName
{
background-color: #4ECE42;
}
</style>
border-color css
<style>
span { border-color: #4ECE42; }
span { border-color: rgb(78,206,66); }
td.TdClassName
{
border-color: #4ECE42;
}
.TagClassName
{
border-color: #4ECE42;
}
</style>