Color Hex Logo

#2ef289 Color Hex

#2EF289
(46,242,137)
0 Favorites   0 Comments

Color spaces of #2ef289

RGB 46242137
HSL0.410.880.56
HSV148°81°95°
CMYK 0.810.000.43   0.05
XYZ37.394265.891234.4143
Yxy65.89120.27160.4785
Hunter Lab81.1734-59.823731.6848
CIE-Lab84.9409-68.715537.8007

#2ef289 color RGB value is (46,242,137).

#2ef289 hex color red value is 46, green value is 242 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #2ef289 hue: 0.41 , saturation: 0.88 and the lightness value of 2ef289 is 0.56.

The process color (four color CMYK) of #2ef289 color hex is 0.81, 0.00, 0.43, 0.05. Web safe color of #2ef289 is #33ff99. Color #2ef289 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11110010 10001001
Octal 56 362 211
Decimal 46 242 137
Hex 2E F2 89

RGB Percentages of Color #2ef289

%10.82
%56.94
%32.24

CMYK Percentages of Color #2ef289

%81
%0
%43
%5

Triadic Colors of #2ef289

#2ef289 #892ef2 #f2892e

Analogous Colors of #2ef289

#2ef289 #2ef2eb #35f22e

Monochromatic Colors of #2ef289

#2ef289

Complementary Color

#2ef289 #f22e97

#2ef289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ef289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ef289 Color CSS Codes

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

#2ef289 Text Font Color

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

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


#2ef289 Background Color

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

This div background color is #2ef289


#2ef289 Border Color

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

This div border color is #2ef289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ef289

Related Colors


Comments

No comments written yet.

Please login to write comment.