Color Hex Logo

#2efb19 Color Hex

#2EFB19
(46,251,25)
0 Favorites   0 Comments

Color spaces of #2efb19

RGB 4625125
HSL0.320.970.54
HSV114°90°98°
CMYK 0.820.000.90   0.02
XYZ35.799469.645412.4758
Yxy69.64540.30360.5906
Hunter Lab83.4538-69.472649.5542
CIE-Lab86.8227-82.110880.1401

#2efb19 color RGB value is (46,251,25).

#2efb19 hex color red value is 46, green value is 251 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #2efb19 hue: 0.32 , saturation: 0.97 and the lightness value of 2efb19 is 0.54.

The process color (four color CMYK) of #2efb19 color hex is 0.82, 0.00, 0.90, 0.02. Web safe color of #2efb19 is #33ff00. Color #2efb19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111011 00011001
Octal 56 373 31
Decimal 46 251 25
Hex 2E FB 19

RGB Percentages of Color #2efb19

%14.29
%77.95
%7.76

CMYK Percentages of Color #2efb19

%82
%0
%90
%2

Triadic Colors of #2efb19

#2efb19 #192efb #fb192e

Analogous Colors of #2efb19

#2efb19 #19fb75 #9ffb19

Monochromatic Colors of #2efb19

#2efb19

Complementary Color

#2efb19 #e619fb

#2efb19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efb19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efb19 Color CSS Codes

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

#2efb19 Text Font Color

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

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


#2efb19 Background Color

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

This div background color is #2efb19


#2efb19 Border Color

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

This div border color is #2efb19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efb19


Comments

No comments written yet.

Please login to write comment.