Color Hex Logo

#3dd51f Color Hex

#3DD51F
(61,213,31)
0 Favorites   0 Comments

Color spaces of #3dd51f

RGB 6121331
HSL0.310.750.48
HSV110°85°84°
CMYK 0.710.000.85   0.16
XYZ25.966048.67959.3239
Yxy48.67950.30920.5797
Hunter Lab69.7707-55.667840.9162
CIE-Lab75.2515-68.892069.1761

#3dd51f color RGB value is (61,213,31).

#3dd51f hex color red value is 61, green value is 213 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #3dd51f hue: 0.31 , saturation: 0.75 and the lightness value of 3dd51f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11010101 00011111
Octal 75 325 37
Decimal 61 213 31
Hex 3D D5 1F

RGB Percentages of Color #3dd51f

%20.00
%69.84
%10.16

CMYK Percentages of Color #3dd51f

%71
%0
%85
%16

Triadic Colors of #3dd51f

#3dd51f #1f3dd5 #d51f3d

Analogous Colors of #3dd51f

#3dd51f #1fd55c #98d51f

Monochromatic Colors of #3dd51f

#3dd51f

Complementary Color

#3dd51f #b71fd5

#3dd51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dd51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dd51f Color CSS Codes

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

#3dd51f Text Font Color

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

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


#3dd51f Background Color

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

This div background color is #3dd51f


#3dd51f Border Color

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

This div border color is #3dd51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dd51f


Comments

No comments written yet.

Please login to write comment.