Color Hex Logo

#3dd83a Color Hex

#3DD83A
(61,216,58)
0 Favorites   0 Comments

Color spaces of #3dd83a

RGB 6121658
HSL0.330.670.54
HSV119°73°85°
CMYK 0.720.000.73   0.15
XYZ27.244150.409312.2971
Yxy50.40930.30290.5604
Hunter Lab70.9995-55.754739.4306
CIE-Lab76.3198-68.258762.4978

#3dd83a color RGB value is (61,216,58).

#3dd83a hex color red value is 61, green value is 216 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #3dd83a hue: 0.33 , saturation: 0.67 and the lightness value of 3dd83a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11011000 00111010
Octal 75 330 72
Decimal 61 216 58
Hex 3D D8 3A

RGB Percentages of Color #3dd83a

%18.21
%64.48
%17.31

CMYK Percentages of Color #3dd83a

%72
%0
%73
%15

Triadic Colors of #3dd83a

#3dd83a #3a3dd8 #d83a3d

Analogous Colors of #3dd83a

#3dd83a #3ad886 #8cd83a

Monochromatic Colors of #3dd83a

#3dd83a

Complementary Color

#3dd83a #d53ad8

#3dd83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dd83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dd83a Color CSS Codes

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

#3dd83a Text Font Color

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

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


#3dd83a Background Color

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

This div background color is #3dd83a


#3dd83a Border Color

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

This div border color is #3dd83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dd83a


Comments

No comments written yet.

Please login to write comment.