Color Hex Logo

#2ef79a Color Hex

#2EF79A
(46,247,154)
0 Favorites   0 Comments

Color spaces of #2ef79a

RGB 46247154
HSL0.420.930.57
HSV152°81°97°
CMYK 0.810.000.38   0.03
XYZ40.220269.435541.8544
Yxy69.43550.26550.4583
Hunter Lab83.3280-59.666728.5491
CIE-Lab86.7193-67.374731.6823

#2ef79a color RGB value is (46,247,154).

#2ef79a hex color red value is 46, green value is 247 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #2ef79a hue: 0.42 , saturation: 0.93 and the lightness value of 2ef79a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11110111 10011010
Octal 56 367 232
Decimal 46 247 154
Hex 2E F7 9A

RGB Percentages of Color #2ef79a

%10.29
%55.26
%34.45

CMYK Percentages of Color #2ef79a

%81
%0
%38
%3

Triadic Colors of #2ef79a

#2ef79a #9a2ef7 #f79a2e

Analogous Colors of #2ef79a

#2ef79a #2ef0f7 #2ef735

Monochromatic Colors of #2ef79a

#2ef79a

Complementary Color

#2ef79a #f72e8b

#2ef79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ef79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ef79a Color CSS Codes

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

#2ef79a Text Font Color

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

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


#2ef79a Background Color

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

This div background color is #2ef79a


#2ef79a Border Color

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

This div border color is #2ef79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ef79a


Comments

No comments written yet.

Please login to write comment.