Color Hex Logo

#2ef50b Color Hex

#2EF50B
(46,245,11)
0 Favorites   0 Comments

Color spaces of #2ef50b

RGB 4624511
HSL0.310.920.50
HSV111°96°96°
CMYK 0.810.000.96   0.04
XYZ33.839565.909811.2550
Yxy65.90980.30480.5938
Hunter Lab81.1849-67.671148.6098
CIE-Lab84.9504-80.754380.1900

#2ef50b color RGB value is (46,245,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11110101 00001011
Octal 56 365 13
Decimal 46 245 11
Hex 2E F5 B

RGB Percentages of Color #2ef50b

%15.23
%81.13
%3.64

CMYK Percentages of Color #2ef50b

%81
%0
%96
%4

Triadic Colors of #2ef50b

#2ef50b #0b2ef5 #f50b2e

Analogous Colors of #2ef50b

#2ef50b #0bf55d #a3f50b

Monochromatic Colors of #2ef50b

#2ef50b

Complementary Color

#2ef50b #d20bf5

#2ef50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ef50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ef50b Color CSS Codes

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

#2ef50b Text Font Color

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

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


#2ef50b Background Color

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

This div background color is #2ef50b


#2ef50b Border Color

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

This div border color is #2ef50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ef50b


Comments

No comments written yet.

Please login to write comment.