Color Hex Logo

#3dd414 Color Hex

#3DD414
(61,212,20)
0 Favorites   0 Comments

Color spaces of #3dd414

RGB 6121220
HSL0.300.830.45
HSV107°91°83°
CMYK 0.710.000.91   0.17
XYZ25.594248.12968.6028
Yxy48.12960.31090.5846
Hunter Lab69.3755-55.554441.2107
CIE-Lab74.9066-68.961370.9152

#3dd414 color RGB value is (61,212,20).

#3dd414 hex color red value is 61, green value is 212 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #3dd414 hue: 0.30 , saturation: 0.83 and the lightness value of 3dd414 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11010100 00010100
Octal 75 324 24
Decimal 61 212 20
Hex 3D D4 14

RGB Percentages of Color #3dd414

%20.82
%72.35
%6.83

CMYK Percentages of Color #3dd414

%71
%0
%91
%17

Triadic Colors of #3dd414

#3dd414 #143dd4 #d4143d

Analogous Colors of #3dd414

#3dd414 #14d44b #9dd414

Monochromatic Colors of #3dd414

#3dd414

Complementary Color

#3dd414 #ab14d4

#3dd414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dd414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dd414 Color CSS Codes

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

#3dd414 Text Font Color

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

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


#3dd414 Background Color

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

This div background color is #3dd414


#3dd414 Border Color

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

This div border color is #3dd414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dd414


Comments

No comments written yet.

Please login to write comment.