Color Hex Logo

#3dd37d Color Hex

#3DD37D
(61,211,125)
0 Favorites   0 Comments

Color spaces of #3dd37d

RGB 61211125
HSL0.400.630.53
HSV146°71°83°
CMYK 0.710.000.41   0.17
XYZ28.920449.061327.3476
Yxy49.06130.27460.4658
Hunter Lab70.0438-48.875725.8817
CIE-Lab75.4894-58.052331.5529

#3dd37d color RGB value is (61,211,125).

#3dd37d hex color red value is 61, green value is 211 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #3dd37d hue: 0.40 , saturation: 0.63 and the lightness value of 3dd37d is 0.53.

The process color (four color CMYK) of #3dd37d color hex is 0.71, 0.00, 0.41, 0.17. Web safe color of #3dd37d is #33cc66. Color #3dd37d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11010011 01111101
Octal 75 323 175
Decimal 61 211 125
Hex 3D D3 7D

RGB Percentages of Color #3dd37d

%15.37
%53.15
%31.49

CMYK Percentages of Color #3dd37d

%71
%0
%41
%17

Triadic Colors of #3dd37d

#3dd37d #7d3dd3 #d37d3d

Analogous Colors of #3dd37d

#3dd37d #3dd3c8 #48d33d

Monochromatic Colors of #3dd37d

#3dd37d

Complementary Color

#3dd37d #d33d93

#3dd37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dd37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dd37d Color CSS Codes

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

#3dd37d Text Font Color

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

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


#3dd37d Background Color

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

This div background color is #3dd37d


#3dd37d Border Color

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

This div border color is #3dd37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dd37d


Comments

No comments written yet.

Please login to write comment.