Color Hex Logo

#3bb21f Color Hex

#3BB21F
(59,178,31)
0 Favorites   0 Comments

Color spaces of #3bb21f

RGB 5917831
HSL0.300.700.41
HSV109°83°70°
CMYK 0.670.000.83   0.30
XYZ17.971332.86956.6936
Yxy32.86950.31240.5713
Hunter Lab57.3319-44.378233.2101
CIE-Lab64.0551-58.085959.0922

#3bb21f color RGB value is (59,178,31).

#3bb21f hex color red value is 59, green value is 178 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #3bb21f hue: 0.30 , saturation: 0.70 and the lightness value of 3bb21f is 0.41.

The process color (four color CMYK) of #3bb21f color hex is 0.67, 0.00, 0.83, 0.30. Web safe color of #3bb21f is #339933. Color #3bb21f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10110010 00011111
Octal 73 262 37
Decimal 59 178 31
Hex 3B B2 1F

RGB Percentages of Color #3bb21f

%22.01
%66.42
%11.57

CMYK Percentages of Color #3bb21f

%67
%0
%83
%30

Triadic Colors of #3bb21f

#3bb21f #1f3bb2 #b21f3b

Analogous Colors of #3bb21f

#3bb21f #1fb24d #85b21f

Monochromatic Colors of #3bb21f

#3bb21f

Complementary Color

#3bb21f #961fb2

#3bb21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bb21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bb21f Color CSS Codes

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

#3bb21f Text Font Color

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

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


#3bb21f Background Color

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

This div background color is #3bb21f


#3bb21f Border Color

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

This div border color is #3bb21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bb21f


Comments

No comments written yet.

Please login to write comment.