Color Hex Logo

#2ed81b Color Hex

#2ED81B
(46,216,27)
0 Favorites   0 Comments

Color spaces of #2ed81b

RGB 4621627
HSL0.320.780.48
HSV114°88°85°
CMYK 0.790.000.88   0.15
XYZ25.880449.77179.2798
Yxy49.77170.30470.5860
Hunter Lab70.5491-57.979541.5855
CIE-Lab75.9289-72.168870.4832

#2ed81b color RGB value is (46,216,27).

#2ed81b hex color red value is 46, green value is 216 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #2ed81b hue: 0.32 , saturation: 0.78 and the lightness value of 2ed81b is 0.48.

The process color (four color CMYK) of #2ed81b color hex is 0.79, 0.00, 0.88, 0.15. Web safe color of #2ed81b is #33cc33. Color #2ed81b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011000 00011011
Octal 56 330 33
Decimal 46 216 27
Hex 2E D8 1B

RGB Percentages of Color #2ed81b

%15.92
%74.74
%9.34

CMYK Percentages of Color #2ed81b

%79
%0
%88
%15

Triadic Colors of #2ed81b

#2ed81b #1b2ed8 #d81b2e

Analogous Colors of #2ed81b

#2ed81b #1bd867 #8dd81b

Monochromatic Colors of #2ed81b

#2ed81b

Complementary Color

#2ed81b #c51bd8

#2ed81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed81b Color CSS Codes

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

#2ed81b Text Font Color

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

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


#2ed81b Background Color

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

This div background color is #2ed81b


#2ed81b Border Color

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

This div border color is #2ed81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed81b


Comments

No comments written yet.

Please login to write comment.