Color Hex Logo

#2eb21c Color Hex

#2EB21C
(46,178,28)
0 Favorites   0 Comments

Color spaces of #2eb21c

RGB 4617828
HSL0.310.730.40
HSV113°84°70°
CMYK 0.740.000.84   0.30
XYZ17.256732.50556.4633
Yxy32.50550.30690.5781
Hunter Lab57.0136-45.746033.1882
CIE-Lab63.7585-60.662859.4967

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110010 00011100
Octal 56 262 34
Decimal 46 178 28
Hex 2E B2 1C

RGB Percentages of Color #2eb21c

%18.25
%70.63
%11.11

CMYK Percentages of Color #2eb21c

%74
%0
%84
%30

Triadic Colors of #2eb21c

#2eb21c #1c2eb2 #b21c2e

Analogous Colors of #2eb21c

#2eb21c #1cb255 #79b21c

Monochromatic Colors of #2eb21c

#2eb21c

Complementary Color

#2eb21c #a01cb2

#2eb21c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb21c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb21c Color CSS Codes

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

#2eb21c Text Font Color

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

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


#2eb21c Background Color

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

This div background color is #2eb21c


#2eb21c Border Color

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

This div border color is #2eb21c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb21c


Comments

No comments written yet.

Please login to write comment.