Color Hex Logo

#2ef38c Color Hex

#2EF38C
(46,243,140)
0 Favorites   0 Comments

Color spaces of #2ef38c

RGB 46243140
HSL0.410.890.57
HSV149°81°95°
CMYK 0.810.000.42   0.05
XYZ37.910966.575535.6632
Yxy66.57550.27050.4750
Hunter Lab81.5938-59.852831.2011
CIE-Lab85.2891-68.536736.7727

#2ef38c color RGB value is (46,243,140).

#2ef38c hex color red value is 46, green value is 243 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #2ef38c hue: 0.41 , saturation: 0.89 and the lightness value of 2ef38c is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11110011 10001100
Octal 56 363 214
Decimal 46 243 140
Hex 2E F3 8C

RGB Percentages of Color #2ef38c

%10.72
%56.64
%32.63

CMYK Percentages of Color #2ef38c

%81
%0
%42
%5

Triadic Colors of #2ef38c

#2ef38c #8c2ef3 #f38c2e

Analogous Colors of #2ef38c

#2ef38c #2ef3ef #33f32e

Monochromatic Colors of #2ef38c

#2ef38c

Complementary Color

#2ef38c #f32e95

#2ef38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ef38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ef38c Color CSS Codes

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

#2ef38c Text Font Color

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

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


#2ef38c Background Color

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

This div background color is #2ef38c


#2ef38c Border Color

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

This div border color is #2ef38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ef38c


Comments

No comments written yet.

Please login to write comment.