Color Hex Logo

#2ef972 Color Hex

#2EF972
(46,249,114)
0 Favorites   0 Comments

Color spaces of #2ef972

RGB 46249114
HSL0.390.940.58
HSV140°82°98°
CMYK 0.820.000.54   0.02
XYZ38.039769.547127.3386
Yxy69.54710.28190.5154
Hunter Lab83.3949-64.520238.9399
CIE-Lab86.7743-74.521851.0233

#2ef972 color RGB value is (46,249,114).

#2ef972 hex color red value is 46, green value is 249 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #2ef972 hue: 0.39 , saturation: 0.94 and the lightness value of 2ef972 is 0.58.

The process color (four color CMYK) of #2ef972 color hex is 0.82, 0.00, 0.54, 0.02. Web safe color of #2ef972 is #33ff66. Color #2ef972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111001 01110010
Octal 56 371 162
Decimal 46 249 114
Hex 2E F9 72

RGB Percentages of Color #2ef972

%11.25
%60.88
%27.87

CMYK Percentages of Color #2ef972

%82
%0
%54
%2

Triadic Colors of #2ef972

#2ef972 #722ef9 #f9722e

Analogous Colors of #2ef972

#2ef972 #2ef9d8 #4ff92e

Monochromatic Colors of #2ef972

#2ef972

Complementary Color

#2ef972 #f92eb5

#2ef972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ef972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ef972 Color CSS Codes

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

#2ef972 Text Font Color

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

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


#2ef972 Background Color

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

This div background color is #2ef972


#2ef972 Border Color

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

This div border color is #2ef972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ef972


Comments

No comments written yet.

Please login to write comment.