Color Hex Logo

#3bc740 Color Hex

#3BC740
(59,199,64)
0 Favorites   0 Comments

Color spaces of #3bc740

RGB 5919964
HSL0.340.560.51
HSV122°70°78°
CMYK 0.700.000.68   0.22
XYZ23.152542.146811.7654
Yxy42.14680.30040.5469
Hunter Lab64.9206-49.952934.6994
CIE-Lab70.9720-62.614554.6914

#3bc740 color RGB value is (59,199,64).

#3bc740 hex color red value is 59, green value is 199 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #3bc740 hue: 0.34 , saturation: 0.56 and the lightness value of 3bc740 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11000111 01000000
Octal 73 307 100
Decimal 59 199 64
Hex 3B C7 40

RGB Percentages of Color #3bc740

%18.32
%61.80
%19.88

CMYK Percentages of Color #3bc740

%70
%0
%68
%22

Triadic Colors of #3bc740

#3bc740 #403bc7 #c7403b

Analogous Colors of #3bc740

#3bc740 #3bc786 #7cc73b

Monochromatic Colors of #3bc740

#3bc740

Complementary Color

#3bc740 #c73bc2

#3bc740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bc740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bc740 Color CSS Codes

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

#3bc740 Text Font Color

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

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


#3bc740 Background Color

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

This div background color is #3bc740


#3bc740 Border Color

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

This div border color is #3bc740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bc740


Comments

No comments written yet.

Please login to write comment.