Color Hex Logo

#2eb22e Color Hex

#2EB22E
(46,178,46)
0 Favorites   0 Comments

Color spaces of #2eb22e

RGB 4617846
HSL0.330.590.44
HSV120°74°70°
CMYK 0.740.000.74   0.30
XYZ17.540332.61897.9564
Yxy32.61890.30180.5613
Hunter Lab57.1130-45.127531.7194
CIE-Lab63.8511-59.519554.0598

#2eb22e color RGB value is (46,178,46).

#2eb22e hex color red value is 46, green value is 178 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #2eb22e hue: 0.33 , saturation: 0.59 and the lightness value of 2eb22e is 0.44.

The process color (four color CMYK) of #2eb22e color hex is 0.74, 0.00, 0.74, 0.30. Web safe color of #2eb22e is #339933. Color #2eb22e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110010 00101110
Octal 56 262 56
Decimal 46 178 46
Hex 2E B2 2E

RGB Percentages of Color #2eb22e

%17.04
%65.93
%17.04

CMYK Percentages of Color #2eb22e

%74
%0
%74
%30

Triadic Colors of #2eb22e

#2eb22e #2e2eb2 #b22e2e

Analogous Colors of #2eb22e

#2eb22e #2eb270 #70b22e

Monochromatic Colors of #2eb22e

#2eb22e

Complementary Color

#2eb22e #b22eb2

#2eb22e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb22e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb22e Color CSS Codes

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

#2eb22e Text Font Color

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

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


#2eb22e Background Color

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

This div background color is #2eb22e


#2eb22e Border Color

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

This div border color is #2eb22e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb22e


Comments

No comments written yet.

Please login to write comment.