Color Hex Logo

#2ecc3e Color Hex

#2ECC3E
(46,204,62)
0 Favorites   0 Comments

Color spaces of #2ecc3e

RGB 4620462
HSL0.350.630.49
HSV126°77°80°
CMYK 0.770.000.70   0.20
XYZ23.589144.114411.8291
Yxy44.11440.29660.5547
Hunter Lab66.4187-52.837035.9336
CIE-Lab72.3049-66.409056.8179

#2ecc3e color RGB value is (46,204,62).

#2ecc3e hex color red value is 46, green value is 204 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #2ecc3e hue: 0.35 , saturation: 0.63 and the lightness value of 2ecc3e is 0.49.

The process color (four color CMYK) of #2ecc3e color hex is 0.77, 0.00, 0.70, 0.20. Web safe color of #2ecc3e is #33cc33. Color #2ecc3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001100 00111110
Octal 56 314 76
Decimal 46 204 62
Hex 2E CC 3E

RGB Percentages of Color #2ecc3e

%14.74
%65.38
%19.87

CMYK Percentages of Color #2ecc3e

%77
%0
%70
%20

Triadic Colors of #2ecc3e

#2ecc3e #3e2ecc #cc3e2e

Analogous Colors of #2ecc3e

#2ecc3e #2ecc8d #6dcc2e

Monochromatic Colors of #2ecc3e

#2ecc3e

Complementary Color

#2ecc3e #cc2ebc

#2ecc3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ecc3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ecc3e Color CSS Codes

.mybgcolor {background-color:#2ecc3e; } 
.myforecolor {color:#2ecc3e; }
.mybordercolor {border:3px solid #2ecc3e; }

#2ecc3e Text Font Color

<p style="color:#2ecc3e">Text here</p>

This sample text font color is #2ecc3e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2ecc3e Background Color

<div style="background-color:#2ecc3e">
Div content here</div>

This div background color is #2ecc3e


#2ecc3e Border Color

<div style="border:3px solid #2ecc3e">
Div here</div>

This div border color is #2ecc3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,204,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ecc3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ecc3e;
  -webkit-box-shadow: 1px 1px 3px 2px #2ecc3e;
  box-shadow:         1px 1px 3px 2px #2ecc3e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,204,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2ecc3e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2ecc3e;
  -webkit-box-shadow: 1px 1px 3px 2px #2ecc3e;
  box-shadow:         1px 1px 3px 2px #2ecc3e;">
Div content here</div>

This div box has shadow with color #2ecc3e


Comments

No comments written yet.

Please login to write comment.