Color Hex Logo

#2ef379 Color Hex

#2EF379
(46,243,121)
0 Favorites   0 Comments

Color spaces of #2ef379

RGB 46243121
HSL0.400.890.57
HSV143°81°95°
CMYK 0.810.000.50   0.05
XYZ36.628566.062528.9100
Yxy66.06250.27830.5020
Hunter Lab81.2788-61.796535.8064
CIE-Lab85.0283-71.610245.6405

#2ef379 color RGB value is (46,243,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11110011 01111001
Octal 56 363 171
Decimal 46 243 121
Hex 2E F3 79

RGB Percentages of Color #2ef379

%11.22
%59.27
%29.51

CMYK Percentages of Color #2ef379

%81
%0
%50
%5

Triadic Colors of #2ef379

#2ef379 #792ef3 #f3792e

Analogous Colors of #2ef379

#2ef379 #2ef3dc #46f32e

Monochromatic Colors of #2ef379

#2ef379

Complementary Color

#2ef379 #f32ea8

#2ef379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ef379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ef379 Color CSS Codes

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

#2ef379 Text Font Color

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

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


#2ef379 Background Color

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

This div background color is #2ef379


#2ef379 Border Color

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

This div border color is #2ef379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ef379


Comments

No comments written yet.

Please login to write comment.