Color Hex Logo

#2ecd55 Color Hex

#2ECD55
(46,205,85)
0 Favorites   0 Comments

Color spaces of #2ecd55

RGB 4620585
HSL0.370.630.49
HSV135°78°80°
CMYK 0.780.000.59   0.20
XYZ24.597744.899415.9643
Yxy44.89940.28780.5254
Hunter Lab67.0070-51.736532.7792
CIE-Lab72.8256-64.237547.6863

#2ecd55 color RGB value is (46,205,85).

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

The process color (four color CMYK) of #2ecd55 color hex is 0.78, 0.00, 0.59, 0.20. Web safe color of #2ecd55 is #33cc66. Color #2ecd55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001101 01010101
Octal 56 315 125
Decimal 46 205 85
Hex 2E CD 55

RGB Percentages of Color #2ecd55

%13.69
%61.01
%25.30

CMYK Percentages of Color #2ecd55

%78
%0
%59
%20

Triadic Colors of #2ecd55

#2ecd55 #552ecd #cd552e

Analogous Colors of #2ecd55

#2ecd55 #2ecda5 #56cd2e

Monochromatic Colors of #2ecd55

#2ecd55

Complementary Color

#2ecd55 #cd2ea6

#2ecd55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ecd55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ecd55 Color CSS Codes

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

#2ecd55 Text Font Color

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

This sample text font color is #2ecd55
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.


#2ecd55 Background Color

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

This div background color is #2ecd55


#2ecd55 Border Color

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

This div border color is #2ecd55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ecd55


Comments

No comments written yet.

Please login to write comment.