Color Hex Logo

#3bd64b Color Hex

#3BD64B
(59,214,75)
0 Favorites   0 Comments

Color spaces of #3bd64b

RGB 5921475
HSL0.350.650.54
HSV126°72°84°
CMYK 0.720.000.65   0.16
XYZ27.120249.530914.7877
Yxy49.53090.29660.5417
Hunter Lab70.3782-54.377036.8069
CIE-Lab75.7804-66.434355.4381

#3bd64b color RGB value is (59,214,75).

#3bd64b hex color red value is 59, green value is 214 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #3bd64b hue: 0.35 , saturation: 0.65 and the lightness value of 3bd64b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11010110 01001011
Octal 73 326 113
Decimal 59 214 75
Hex 3B D6 4B

RGB Percentages of Color #3bd64b

%16.95
%61.49
%21.55

CMYK Percentages of Color #3bd64b

%72
%0
%65
%16

Triadic Colors of #3bd64b

#3bd64b #4b3bd6 #d64b3b

Analogous Colors of #3bd64b

#3bd64b #3bd699 #79d63b

Monochromatic Colors of #3bd64b

#3bd64b

Complementary Color

#3bd64b #d63bc6

#3bd64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bd64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bd64b Color CSS Codes

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

#3bd64b Text Font Color

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

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


#3bd64b Background Color

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

This div background color is #3bd64b


#3bd64b Border Color

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

This div border color is #3bd64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bd64b


Comments

No comments written yet.

Please login to write comment.