Color Hex Logo

#3dc52f Color Hex

#3DC52F
(61,197,47)
0 Favorites   0 Comments

Color spaces of #3dc52f

RGB 6119747
HSL0.320.610.48
HSV114°76°77°
CMYK 0.690.000.76   0.23
XYZ22.403841.12989.4474
Yxy41.12980.30700.5636
Hunter Lab64.1325-49.875436.1587
CIE-Lab70.2668-62.977560.1942

#3dc52f color RGB value is (61,197,47).

#3dc52f hex color red value is 61, green value is 197 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #3dc52f hue: 0.32 , saturation: 0.61 and the lightness value of 3dc52f is 0.48.

The process color (four color CMYK) of #3dc52f color hex is 0.69, 0.00, 0.76, 0.23. Web safe color of #3dc52f is #33cc33. Color #3dc52f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11000101 00101111
Octal 75 305 57
Decimal 61 197 47
Hex 3D C5 2F

RGB Percentages of Color #3dc52f

%20.00
%64.59
%15.41

CMYK Percentages of Color #3dc52f

%69
%0
%76
%23

Triadic Colors of #3dc52f

#3dc52f #2f3dc5 #c52f3d

Analogous Colors of #3dc52f

#3dc52f #2fc56c #88c52f

Monochromatic Colors of #3dc52f

#3dc52f

Complementary Color

#3dc52f #b72fc5

#3dc52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dc52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dc52f Color CSS Codes

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

#3dc52f Text Font Color

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

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


#3dc52f Background Color

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

This div background color is #3dc52f


#3dc52f Border Color

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

This div border color is #3dc52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dc52f


Comments

No comments written yet.

Please login to write comment.