color codes Logo

#2ee73e color codes

#2EE73E
(46,231,62)
0 Favorites   0 Comments

Color spaces of #2ee73e

RGB 4623162
HSL0.350.790.54
HSV125°80°91°
CMYK 0.800.000.73   0.09
XYZ30.572158.080514.1568
Yxy58.08050.29740.5649
Hunter Lab76.2106-61.762742.3337
CIE-Lab80.7835-74.587565.5474

#2ee73e color RGB value is (46,231,62).

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

The process color (four color CMYK) of #2ee73e color code is 0.80, 0.00, 0.73, 0.09. Web safe color of #2ee73e is #33ff33. Color #2ee73e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11100111 00111110
Octal 56 347 76
Decimal 46 231 62
Hex 2E E7 3E

RGB Percentages of Color #2ee73e

%13.57
%68.14
%18.29

CMYK Percentages of Color #2ee73e

%80
%0
%73
%9

Triadic Colors of #2ee73e

#2ee73e #3e2ee7 #e73e2e

Analogous Colors of #2ee73e

#2ee73e #2ee79b #7be72e

Monochromatic Colors of #2ee73e

#2ee73e

Complementary Color

#2ee73e #e72ed7

#2ee73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ee73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ee73e Color CSS Codes

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

#2ee73e Text Font Color

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

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


#2ee73e Background Color

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

This div background color is #2ee73e


#2ee73e Border Color

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

This div border color is #2ee73e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,231,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 #2ee73e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ee73e


Comments

No comments written yet.

Please login to write comment.