Color Hex Logo

#2ee314 Color Hex

#2EE314
(46,227,20)
0 Favorites   0 Comments

Color spaces of #2ee314

RGB 4622720
HSL0.310.840.48
HSV112°91°89°
CMYK 0.800.000.91   0.11
XYZ28.722155.56959.8740
Yxy55.56950.30500.5901
Hunter Lab74.5450-61.677844.3281
CIE-Lab79.3682-75.541474.5731

#2ee314 color RGB value is (46,227,20).

#2ee314 hex color red value is 46, green value is 227 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #2ee314 hue: 0.31 , saturation: 0.84 and the lightness value of 2ee314 is 0.48.

The process color (four color CMYK) of #2ee314 color hex is 0.80, 0.00, 0.91, 0.11. Web safe color of #2ee314 is #33cc00. Color #2ee314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11100011 00010100
Octal 56 343 24
Decimal 46 227 20
Hex 2E E3 14

RGB Percentages of Color #2ee314

%15.70
%77.47
%6.83

CMYK Percentages of Color #2ee314

%80
%0
%91
%11

Triadic Colors of #2ee314

#2ee314 #142ee3 #e3142e

Analogous Colors of #2ee314

#2ee314 #14e361 #96e314

Monochromatic Colors of #2ee314

#2ee314

Complementary Color

#2ee314 #c914e3

#2ee314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ee314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ee314 Color CSS Codes

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

#2ee314 Text Font Color

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

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


#2ee314 Background Color

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

This div background color is #2ee314


#2ee314 Border Color

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

This div border color is #2ee314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ee314


Comments

No comments written yet.

Please login to write comment.