Color Hex Logo

#3dd074 Color Hex

#3DD074
(61,208,116)
1 Favorites   2 Comments

Color spaces of #3dd074

RGB 61208116
HSL0.400.610.53
HSV142°71°82°
CMYK 0.710.000.44   0.18
XYZ27.632747.364824.2089
Yxy47.36480.27850.4774
Hunter Lab68.8221-48.769327.3196
CIE-Lab74.4225-58.520734.7384

#3dd074 color RGB value is (61,208,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11010000 01110100
Octal 75 320 164
Decimal 61 208 116
Hex 3D D0 74

RGB Percentages of Color #3dd074

%15.84
%54.03
%30.13

CMYK Percentages of Color #3dd074

%71
%0
%44
%18

Triadic Colors of #3dd074

#3dd074 #743dd0 #d0743d

Analogous Colors of #3dd074

#3dd074 #3dd0be #50d03d

Monochromatic Colors of #3dd074

#3dd074

Complementary Color

#3dd074 #d03d99

#3dd074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dd074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dd074 Color CSS Codes

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

#3dd074 Text Font Color

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

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


#3dd074 Background Color

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

This div background color is #3dd074


#3dd074 Border Color

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

This div border color is #3dd074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dd074


Comments

30 Nov 2019, 9:53 banana220

My Fav Color. Lime green with a little nature in it. :)

20 Feb 2018, 1:17 Square

Leaf Green.

Please login to write comment.