Color Hex Logo

#2ec52b Color Hex

#2EC52B
(46,197,43)
0 Favorites   0 Comments

Color spaces of #2ec52b

RGB 4619743
HSL0.330.640.47
HSV119°78°77°
CMYK 0.770.000.78   0.23
XYZ21.529040.68789.0043
Yxy40.68780.30230.5713
Hunter Lab63.7870-51.381036.2814
CIE-Lab69.9566-65.714361.0660

#2ec52b color RGB value is (46,197,43).

#2ec52b hex color red value is 46, green value is 197 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #2ec52b hue: 0.33 , saturation: 0.64 and the lightness value of 2ec52b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11000101 00101011
Octal 56 305 53
Decimal 46 197 43
Hex 2E C5 2B

RGB Percentages of Color #2ec52b

%16.08
%68.88
%15.03

CMYK Percentages of Color #2ec52b

%77
%0
%78
%23

Triadic Colors of #2ec52b

#2ec52b #2b2ec5 #c52b2e

Analogous Colors of #2ec52b

#2ec52b #2bc575 #7bc52b

Monochromatic Colors of #2ec52b

#2ec52b

Complementary Color

#2ec52b #c22bc5

#2ec52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ec52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ec52b Color CSS Codes

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

#2ec52b Text Font Color

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

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


#2ec52b Background Color

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

This div background color is #2ec52b


#2ec52b Border Color

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

This div border color is #2ec52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ec52b


Comments

No comments written yet.

Please login to write comment.