Color Hex Logo

#2ef51b Color Hex

#2EF51B
(46,245,27)
0 Favorites   0 Comments

Color spaces of #2ef51b

RGB 4624527
HSL0.320.920.53
HSV115°89°96°
CMYK 0.810.000.89   0.04
XYZ33.977065.964811.9786
Yxy65.96480.30360.5894
Hunter Lab81.2187-67.459148.1087
CIE-Lab84.9785-80.395978.2685

#2ef51b color RGB value is (46,245,27).

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

The process color (four color CMYK) of #2ef51b color hex is 0.81, 0.00, 0.89, 0.04. Web safe color of #2ef51b is #33ff33. Color #2ef51b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11110101 00011011
Octal 56 365 33
Decimal 46 245 27
Hex 2E F5 1B

RGB Percentages of Color #2ef51b

%14.47
%77.04
%8.49

CMYK Percentages of Color #2ef51b

%81
%0
%89
%4

Triadic Colors of #2ef51b

#2ef51b #1b2ef5 #f51b2e

Analogous Colors of #2ef51b

#2ef51b #1bf575 #9bf51b

Monochromatic Colors of #2ef51b

#2ef51b

Complementary Color

#2ef51b #e21bf5

#2ef51b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ef51b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ef51b Color CSS Codes

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

#2ef51b Text Font Color

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

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


#2ef51b Background Color

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

This div background color is #2ef51b


#2ef51b Border Color

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

This div border color is #2ef51b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,245,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 #2ef51b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ef51b


Comments

No comments written yet.

Please login to write comment.