Color Hex Logo

#2eb262 Color Hex

#2EB262
(46,178,98)
0 Favorites   0 Comments

Color spaces of #2eb262

RGB 4617898
HSL0.400.590.44
HSV144°74°70°
CMYK 0.740.000.45   0.30
XYZ19.251733.303516.9688
Yxy33.30350.27690.4790
Hunter Lab57.7092-41.443722.9628
CIE-Lab64.4059-52.938331.0024

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110010 01100010
Octal 56 262 142
Decimal 46 178 98
Hex 2E B2 62

RGB Percentages of Color #2eb262

%14.29
%55.28
%30.43

CMYK Percentages of Color #2eb262

%74
%0
%45
%30

Triadic Colors of #2eb262

#2eb262 #622eb2 #b2622e

Analogous Colors of #2eb262

#2eb262 #2eb2a4 #3cb22e

Monochromatic Colors of #2eb262

#2eb262

Complementary Color

#2eb262 #b22e7e

#2eb262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb262 Color CSS Codes

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

#2eb262 Text Font Color

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

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


#2eb262 Background Color

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

This div background color is #2eb262


#2eb262 Border Color

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

This div border color is #2eb262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb262


Comments

No comments written yet.

Please login to write comment.