Color Hex Logo

#2ed33f Color Hex

#2ED33F
(46,211,63)
0 Favorites   0 Comments

Color spaces of #2ed33f

RGB 4621163
HSL0.350.650.50
HSV126°78°83°
CMYK 0.780.000.70   0.17
XYZ25.318247.528312.5421
Yxy47.52830.29650.5566
Hunter Lab68.9408-55.093037.4722
CIE-Lab74.5264-68.487558.7680

#2ed33f color RGB value is (46,211,63).

#2ed33f hex color red value is 46, green value is 211 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #2ed33f hue: 0.35 , saturation: 0.65 and the lightness value of 2ed33f is 0.50.

The process color (four color CMYK) of #2ed33f color hex is 0.78, 0.00, 0.70, 0.17. Web safe color of #2ed33f is #33cc33. Color #2ed33f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010011 00111111
Octal 56 323 77
Decimal 46 211 63
Hex 2E D3 3F

RGB Percentages of Color #2ed33f

%14.38
%65.94
%19.69

CMYK Percentages of Color #2ed33f

%78
%0
%70
%17

Triadic Colors of #2ed33f

#2ed33f #3f2ed3 #d33f2e

Analogous Colors of #2ed33f

#2ed33f #2ed392 #70d32e

Monochromatic Colors of #2ed33f

#2ed33f

Complementary Color

#2ed33f #d32ec2

#2ed33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed33f Color CSS Codes

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

#2ed33f Text Font Color

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

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


#2ed33f Background Color

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

This div background color is #2ed33f


#2ed33f Border Color

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

This div border color is #2ed33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed33f


Comments

No comments written yet.

Please login to write comment.