Color Hex Logo

#3bc62d Color Hex

#3BC62D
(59,198,45)
0 Favorites   0 Comments

Color spaces of #3bc62d

RGB 5919845
HSL0.320.630.48
HSV115°77°78°
CMYK 0.700.000.77   0.22
XYZ22.471441.50749.3100
Yxy41.50740.30660.5664
Hunter Lab64.4262-50.486436.5306
CIE-Lab70.5300-63.801761.0793

#3bc62d color RGB value is (59,198,45).

#3bc62d hex color red value is 59, green value is 198 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #3bc62d hue: 0.32 , saturation: 0.63 and the lightness value of 3bc62d is 0.48.

The process color (four color CMYK) of #3bc62d color hex is 0.70, 0.00, 0.77, 0.22. Web safe color of #3bc62d is #33cc33. Color #3bc62d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11000110 00101101
Octal 73 306 55
Decimal 59 198 45
Hex 3B C6 2D

RGB Percentages of Color #3bc62d

%19.54
%65.56
%14.90

CMYK Percentages of Color #3bc62d

%70
%0
%77
%22

Triadic Colors of #3bc62d

#3bc62d #2d3bc6 #c62d3b

Analogous Colors of #3bc62d

#3bc62d #2dc66c #88c62d

Monochromatic Colors of #3bc62d

#3bc62d

Complementary Color

#3bc62d #b82dc6

#3bc62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bc62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bc62d Color CSS Codes

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

#3bc62d Text Font Color

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

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


#3bc62d Background Color

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

This div background color is #3bc62d


#3bc62d Border Color

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

This div border color is #3bc62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bc62d


Comments

No comments written yet.

Please login to write comment.