Color Hex Logo

#3bb93a Color Hex

#3BB93A
(59,185,58)
0 Favorites   0 Comments

Color spaces of #3bb93a

RGB 5918558
HSL0.330.520.48
HSV120°69°73°
CMYK 0.680.000.69   0.27
XYZ19.916335.93329.8891
Yxy35.93320.30300.5466
Hunter Lab59.9443-45.596532.1799
CIE-Lab66.4689-58.489552.2872

#3bb93a color RGB value is (59,185,58).

#3bb93a hex color red value is 59, green value is 185 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #3bb93a hue: 0.33 , saturation: 0.52 and the lightness value of 3bb93a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111001 00111010
Octal 73 271 72
Decimal 59 185 58
Hex 3B B9 3A

RGB Percentages of Color #3bb93a

%19.54
%61.26
%19.21

CMYK Percentages of Color #3bb93a

%68
%0
%69
%27

Triadic Colors of #3bb93a

#3bb93a #3a3bb9 #b93a3b

Analogous Colors of #3bb93a

#3bb93a #3ab979 #7bb93a

Monochromatic Colors of #3bb93a

#3bb93a

Complementary Color

#3bb93a #b83ab9

#3bb93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bb93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bb93a Color CSS Codes

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

#3bb93a Text Font Color

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

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


#3bb93a Background Color

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

This div background color is #3bb93a


#3bb93a Border Color

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

This div border color is #3bb93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bb93a


Comments

No comments written yet.

Please login to write comment.