Color Hex Logo

#3edd32 Color Hex

#3EDD32
(62,221,50)
0 Favorites   0 Comments

Color spaces of #3edd32

RGB 6222150
HSL0.320.720.53
HSV116°77°87°
CMYK 0.720.000.77   0.13
XYZ28.418852.967311.7435
Yxy52.96730.30520.5687
Hunter Lab72.7786-57.661441.3781
CIE-Lab77.8557-70.207266.6189

#3edd32 color RGB value is (62,221,50).

#3edd32 hex color red value is 62, green value is 221 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #3edd32 hue: 0.32 , saturation: 0.72 and the lightness value of 3edd32 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011101 00110010
Octal 76 335 62
Decimal 62 221 50
Hex 3E DD 32

RGB Percentages of Color #3edd32

%18.62
%66.37
%15.02

CMYK Percentages of Color #3edd32

%72
%0
%77
%13

Triadic Colors of #3edd32

#3edd32 #323edd #dd323e

Analogous Colors of #3edd32

#3edd32 #32dd7c #94dd32

Monochromatic Colors of #3edd32

#3edd32

Complementary Color

#3edd32 #d132dd

#3edd32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edd32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edd32 Color CSS Codes

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

#3edd32 Text Font Color

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

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


#3edd32 Background Color

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

This div background color is #3edd32


#3edd32 Border Color

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

This div border color is #3edd32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edd32


Comments

No comments written yet.

Please login to write comment.