Color Hex Logo

#2eb201 Color Hex

#2EB201
(46,178,1)
0 Favorites   0 Comments

Color spaces of #2eb201

RGB 461781
HSL0.290.990.35
HSV105°99°70°
CMYK 0.740.000.99   0.30
XYZ17.052632.42385.3884
Yxy32.42380.31080.5910
Hunter Lab56.9419-46.192334.2487
CIE-Lab63.6916-61.495163.9711

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

#2eb201 hex color red value is 46, green value is 178 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #2eb201 hue: 0.29 , saturation: 0.99 and the lightness value of 2eb201 is 0.35.

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

Base Numbers

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

RGB Percentages of Color #2eb201

%20.44
%79.11
%0.44

CMYK Percentages of Color #2eb201

%74
%0
%99
%30

Triadic Colors of #2eb201

#2eb201 #012eb2 #b2012e

Analogous Colors of #2eb201

#2eb201 #01b22d #87b201

Monochromatic Colors of #2eb201

#2eb201

Complementary Color

#2eb201 #8501b2

#2eb201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb201 Color CSS Codes

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

#2eb201 Text Font Color

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

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


#2eb201 Background Color

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

This div background color is #2eb201


#2eb201 Border Color

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

This div border color is #2eb201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb201


Comments

No comments written yet.

Please login to write comment.