Color Hex Logo

#2eb31d Color Hex

#2EB31D
(46,179,29)
0 Favorites   0 Comments

Color spaces of #2eb31d

RGB 4617929
HSL0.310.720.41
HSV113°84°70°
CMYK 0.740.000.84   0.30
XYZ17.468632.90976.5939
Yxy32.90970.30660.5776
Hunter Lab57.3670-46.037933.3419
CIE-Lab64.0877-60.927759.5423

#2eb31d color RGB value is (46,179,29).

#2eb31d hex color red value is 46, green value is 179 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #2eb31d hue: 0.31 , saturation: 0.72 and the lightness value of 2eb31d is 0.41.

The process color (four color CMYK) of #2eb31d color hex is 0.74, 0.00, 0.84, 0.30. Web safe color of #2eb31d is #33cc33. Color #2eb31d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110011 00011101
Octal 56 263 35
Decimal 46 179 29
Hex 2E B3 1D

RGB Percentages of Color #2eb31d

%18.11
%70.47
%11.42

CMYK Percentages of Color #2eb31d

%74
%0
%84
%30

Triadic Colors of #2eb31d

#2eb31d #1d2eb3 #b31d2e

Analogous Colors of #2eb31d

#2eb31d #1db357 #79b31d

Monochromatic Colors of #2eb31d

#2eb31d

Complementary Color

#2eb31d #a21db3

#2eb31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb31d Color CSS Codes

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

#2eb31d Text Font Color

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

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


#2eb31d Background Color

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

This div background color is #2eb31d


#2eb31d Border Color

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

This div border color is #2eb31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb31d


Comments

No comments written yet.

Please login to write comment.