Color Hex Logo

#2efb16 Color Hex

#2EFB16
(46,251,22)
0 Favorites   0 Comments

Color spaces of #2efb16

RGB 4625122
HSL0.320.970.54
HSV114°91°98°
CMYK 0.820.000.91   0.02
XYZ35.768769.633112.3144
Yxy69.63310.30390.5915
Hunter Lab83.4464-69.518649.6629
CIE-Lab86.8166-82.188080.5504

#2efb16 color RGB value is (46,251,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111011 00010110
Octal 56 373 26
Decimal 46 251 22
Hex 2E FB 16

RGB Percentages of Color #2efb16

%14.42
%78.68
%6.90

CMYK Percentages of Color #2efb16

%82
%0
%91
%2

Triadic Colors of #2efb16

#2efb16 #162efb #fb162e

Analogous Colors of #2efb16

#2efb16 #16fb71 #a1fb16

Monochromatic Colors of #2efb16

#2efb16

Complementary Color

#2efb16 #e316fb

#2efb16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efb16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efb16 Color CSS Codes

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

#2efb16 Text Font Color

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

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


#2efb16 Background Color

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

This div background color is #2efb16


#2efb16 Border Color

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

This div border color is #2efb16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efb16

Related Colors


Comments

No comments written yet.

Please login to write comment.