color codes Logo

#3bb56a color codes

#3BB56A
(59,181,106)
0 Favorites   0 Comments

Color spaces of #3bb56a

RGB 59181106
HSL0.400.510.47
HSV143°67°71°
CMYK 0.670.000.41   0.29
XYZ20.929035.018219.2918
Yxy35.01820.27820.4654
Hunter Lab59.1762-40.427722.0944
CIE-Lab65.7628-50.495728.6391

#3bb56a color RGB value is (59,181,106).

#3bb56a hex color red value is 59, green value is 181 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #3bb56a hue: 0.40 , saturation: 0.51 and the lightness value of 3bb56a is 0.47.

The process color (four color CMYK) of #3bb56a color code is 0.67, 0.00, 0.41, 0.29. Web safe color of #3bb56a is #33cc66. Color #3bb56a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10110101 01101010
Octal 73 265 152
Decimal 59 181 106
Hex 3B B5 6A

RGB Percentages of Color #3bb56a

%17.05
%52.31
%30.64

CMYK Percentages of Color #3bb56a

%67
%0
%41
%29

Triadic Colors of #3bb56a

#3bb56a #6a3bb5 #b56a3b

Analogous Colors of #3bb56a

#3bb56a #3bb5a7 #49b53b

Monochromatic Colors of #3bb56a

#3bb56a

Complementary Color

#3bb56a #b53b86

#3bb56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bb56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bb56a Color CSS Codes

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

#3bb56a Text Font Color

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

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


#3bb56a Background Color

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

This div background color is #3bb56a


#3bb56a Border Color

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

This div border color is #3bb56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bb56a


Comments

No comments written yet.

Please login to write comment.