Color Hex Logo

#3bd345 Color Hex

#3BD345
(59,211,69)
0 Favorites   0 Comments

Color spaces of #3bd345

RGB 5921169
HSL0.340.630.53
HSV124°72°83°
CMYK 0.720.000.67   0.17
XYZ26.172147.948013.5057
Yxy47.94800.29870.5472
Hunter Lab69.2445-53.710836.9070
CIE-Lab74.7921-66.055856.7952

#3bd345 color RGB value is (59,211,69).

#3bd345 hex color red value is 59, green value is 211 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #3bd345 hue: 0.34 , saturation: 0.63 and the lightness value of 3bd345 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11010011 01000101
Octal 73 323 105
Decimal 59 211 69
Hex 3B D3 45

RGB Percentages of Color #3bd345

%17.40
%62.24
%20.35

CMYK Percentages of Color #3bd345

%72
%0
%67
%17

Triadic Colors of #3bd345

#3bd345 #453bd3 #d3453b

Analogous Colors of #3bd345

#3bd345 #3bd391 #7dd33b

Monochromatic Colors of #3bd345

#3bd345

Complementary Color

#3bd345 #d33bc9

#3bd345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bd345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bd345 Color CSS Codes

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

#3bd345 Text Font Color

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

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


#3bd345 Background Color

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

This div background color is #3bd345


#3bd345 Border Color

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

This div border color is #3bd345


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,211,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3bd345; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3bd345;
  -webkit-box-shadow: 1px 1px 3px 2px #3bd345;
  box-shadow:         1px 1px 3px 2px #3bd345; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,211,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bd345


Comments

No comments written yet.

Please login to write comment.