Shades of Lime Green #4ECE3A
Tints of Lime Green #4ECE3A
RGB
CMYK
RGB Variations
Color information
#4ECE3A (or 0x4ECE3A) is known color: Lime Green. HEX triplet: 4E, CE and 3A. RGB value is (78,206,58). Sum of RGB (Red+Green+Blue) = 78+206+58=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #4ECE3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECE3A is #B131C5. Grayscale: #979797. Windows color (decimal): -11612614 or 3853902. OLE color: 3853902.
HSL color Cylindrical-coordinate representation of color #4ECE3A: hue angle of 111.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4ECE3A is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 206 | 58 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.19 |
| HSL | 111.89º | 0.6% | 0.52% | - |
| HSV(B) | 111.89º | 0.72% | 0.81% | - |
| XYZ | 25.98 | 46.07 | 11.53 | - |
| YUV | 150.86 | 75.59 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 58 | 0.62 | 0 | 0.72 | 0.19 | 111.89 | 0.6 | 0.52 |
| Hex | 4E | CE | 3A | 3E | 0 | 48 | 13 | 70 | 3C | 34 |
| Octal | 116 | 316 | 72 | 76 | 0 | 110 | 23 | 160 | 74 | 64 |
| Binary | 1001110 | 11001110 | 111010 | 111110 | 0 | 1001000 | 10011 | 1110000 | 111100 | 110100 |
Color Harmonies of #4ECE3A
Complementary color
Monochromatic Colors of #4ECE3A
Black with #4ECE3A
Text Example
Text Example
White with #4ECE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECE3A; }
p { color: rgb(78,206,58); }
H1.HeaderClassName
{
color: #4ECE3A;
}
.AnyTagClassName
{
color: #4ECE3A;
}
</style>
background-color css
<style>
a { background-color: #4ECE3A; }
a { background-color: rgb(78,206,58); }
div.DivClassName
{
background-color: #4ECE3A;
}
.BgClassName
{
background-color: #4ECE3A;
}
</style>
border-color css
<style>
span { border-color: #4ECE3A; }
span { border-color: rgb(78,206,58); }
td.TdClassName
{
border-color: #4ECE3A;
}
.TagClassName
{
border-color: #4ECE3A;
}
</style>