color codes Logo

#2ef50f color codes

#2EF50F
(46,245,15)
0 Favorites   0 Comments

Color spaces of #2ef50f

RGB 4624515
HSL0.310.920.51
HSV112°94°96°
CMYK 0.810.000.94   0.04
XYZ33.865365.920111.3909
Yxy65.92010.30460.5929
Hunter Lab81.1912-67.631248.5156
CIE-Lab84.9556-80.686979.8228

#2ef50f color RGB value is (46,245,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11110101 00001111
Octal 56 365 17
Decimal 46 245 15
Hex 2E F5 F

RGB Percentages of Color #2ef50f

%15.03
%80.07
%4.90

CMYK Percentages of Color #2ef50f

%81
%0
%94
%4

Triadic Colors of #2ef50f

#2ef50f #0f2ef5 #f50f2e

Analogous Colors of #2ef50f

#2ef50f #0ff563 #a1f50f

Monochromatic Colors of #2ef50f

#2ef50f

Complementary Color

#2ef50f #d60ff5

#2ef50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ef50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ef50f Color CSS Codes

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

#2ef50f Text Font Color

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

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


#2ef50f Background Color

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

This div background color is #2ef50f


#2ef50f Border Color

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

This div border color is #2ef50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ef50f


Comments

No comments written yet.

Please login to write comment.