Color Hex Logo

#3dd83f Color Hex

#3DD83F
(61,216,63)
0 Favorites   0 Comments

Color spaces of #3dd83f

RGB 6121663
HSL0.340.670.54
HSV121°72°85°
CMYK 0.720.000.71   0.15
XYZ27.377550.462713.0000
Yxy50.46270.30140.5555
Hunter Lab71.0371-55.521538.8757
CIE-Lab76.3524-67.862060.7461

#3dd83f color RGB value is (61,216,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11011000 00111111
Octal 75 330 77
Decimal 61 216 63
Hex 3D D8 3F

RGB Percentages of Color #3dd83f

%17.94
%63.53
%18.53

CMYK Percentages of Color #3dd83f

%72
%0
%71
%15

Triadic Colors of #3dd83f

#3dd83f #3f3dd8 #d83f3d

Analogous Colors of #3dd83f

#3dd83f #3dd88d #89d83d

Monochromatic Colors of #3dd83f

#3dd83f

Complementary Color

#3dd83f #d83dd6

#3dd83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dd83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dd83f Color CSS Codes

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

#3dd83f Text Font Color

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

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


#3dd83f Background Color

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

This div background color is #3dd83f


#3dd83f Border Color

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

This div border color is #3dd83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dd83f


Comments

No comments written yet.

Please login to write comment.