Color Hex Logo

#3edd4e Color Hex

#3EDD4E
(62,221,78)
0 Favorites   0 Comments

Color spaces of #3edd4e

RGB 6222178
HSL0.350.700.55
HSV126°72°87°
CMYK 0.720.000.65   0.13
XYZ29.218253.287115.9532
Yxy53.28710.29680.5412
Hunter Lab72.9980-56.300138.1412
CIE-Lab78.0442-67.913856.7083

#3edd4e color RGB value is (62,221,78).

#3edd4e hex color red value is 62, green value is 221 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #3edd4e hue: 0.35 , saturation: 0.70 and the lightness value of 3edd4e is 0.55.

The process color (four color CMYK) of #3edd4e color hex is 0.72, 0.00, 0.65, 0.13. Web safe color of #3edd4e is #33cc66. Color #3edd4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011101 01001110
Octal 76 335 116
Decimal 62 221 78
Hex 3E DD 4E

RGB Percentages of Color #3edd4e

%17.17
%61.22
%21.61

CMYK Percentages of Color #3edd4e

%72
%0
%65
%13

Triadic Colors of #3edd4e

#3edd4e #4e3edd #dd4e3e

Analogous Colors of #3edd4e

#3edd4e #3edd9e #7edd3e

Monochromatic Colors of #3edd4e

#3edd4e

Complementary Color

#3edd4e #dd3ecd

#3edd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edd4e Color CSS Codes

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

#3edd4e Text Font Color

<p style="color:#3edd4e">Text here</p>

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


#3edd4e Background Color

<div style="background-color:#3edd4e">
Div content here</div>

This div background color is #3edd4e


#3edd4e Border Color

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

This div border color is #3edd4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,221,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3edd4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3edd4e;
  -webkit-box-shadow: 1px 1px 3px 2px #3edd4e;
  box-shadow:         1px 1px 3px 2px #3edd4e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,221,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edd4e


Comments

No comments written yet.

Please login to write comment.