Color Hex Logo

#2ef12c Color Hex

#2EF12C
(46,241,44)
0 Favorites   0 Comments

Color spaces of #2ef12c

RGB 4624144
HSL0.330.880.56
HSV119°82°95°
CMYK 0.810.000.82   0.05
XYZ33.036663.673312.9318
Yxy63.67330.30130.5807
Hunter Lab79.7956-65.740446.2482
CIE-Lab83.7954-78.601073.7513

#2ef12c color RGB value is (46,241,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11110001 00101100
Octal 56 361 54
Decimal 46 241 44
Hex 2E F1 2C

RGB Percentages of Color #2ef12c

%13.90
%72.81
%13.29

CMYK Percentages of Color #2ef12c

%81
%0
%82
%5

Triadic Colors of #2ef12c

#2ef12c #2c2ef1 #f12c2e

Analogous Colors of #2ef12c

#2ef12c #2cf18d #91f12c

Monochromatic Colors of #2ef12c

#2ef12c

Complementary Color

#2ef12c #ef2cf1

#2ef12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ef12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ef12c Color CSS Codes

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

#2ef12c Text Font Color

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

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


#2ef12c Background Color

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

This div background color is #2ef12c


#2ef12c Border Color

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

This div border color is #2ef12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ef12c


Comments

No comments written yet.

Please login to write comment.