Color Hex Logo

#3dbc42 Color Hex

#3DBC42
(61,188,66)
0 Favorites   0 Comments

Color spaces of #3dbc42

RGB 6118866
HSL0.340.510.49
HSV122°68°74°
CMYK 0.680.000.65   0.26
XYZ20.891137.351911.2628
Yxy37.35190.30060.5374
Hunter Lab61.1162-45.937431.8551
CIE-Lab67.5402-58.339250.1507

#3dbc42 color RGB value is (61,188,66).

#3dbc42 hex color red value is 61, green value is 188 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #3dbc42 hue: 0.34 , saturation: 0.51 and the lightness value of 3dbc42 is 0.49.

The process color (four color CMYK) of #3dbc42 color hex is 0.68, 0.00, 0.65, 0.26. Web safe color of #3dbc42 is #33cc33. Color #3dbc42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111100 01000010
Octal 75 274 102
Decimal 61 188 66
Hex 3D BC 42

RGB Percentages of Color #3dbc42

%19.37
%59.68
%20.95

CMYK Percentages of Color #3dbc42

%68
%0
%65
%26

Triadic Colors of #3dbc42

#3dbc42 #423dbc #bc423d

Analogous Colors of #3dbc42

#3dbc42 #3dbc82 #78bc3d

Monochromatic Colors of #3dbc42

#3dbc42

Complementary Color

#3dbc42 #bc3db7

#3dbc42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbc42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbc42 Color CSS Codes

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

#3dbc42 Text Font Color

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

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


#3dbc42 Background Color

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

This div background color is #3dbc42


#3dbc42 Border Color

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

This div border color is #3dbc42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbc42


Comments

No comments written yet.

Please login to write comment.