Color Hex Logo

#3bc531 Color Hex

#3BC531
(59,197,49)
0 Favorites   0 Comments

Color spaces of #3bc531

RGB 5919749
HSL0.320.600.48
HSV116°75°77°
CMYK 0.700.000.75   0.23
XYZ22.324341.08419.6591
Yxy41.08410.30550.5623
Hunter Lab64.0969-49.999835.9331
CIE-Lab70.2348-63.205559.4826

#3bc531 color RGB value is (59,197,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11000101 00110001
Octal 73 305 61
Decimal 59 197 49
Hex 3B C5 31

RGB Percentages of Color #3bc531

%19.34
%64.59
%16.07

CMYK Percentages of Color #3bc531

%70
%0
%75
%23

Triadic Colors of #3bc531

#3bc531 #313bc5 #c5313b

Analogous Colors of #3bc531

#3bc531 #31c571 #85c531

Monochromatic Colors of #3bc531

#3bc531

Complementary Color

#3bc531 #bb31c5

#3bc531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bc531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bc531 Color CSS Codes

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

#3bc531 Text Font Color

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

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


#3bc531 Background Color

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

This div background color is #3bc531


#3bc531 Border Color

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

This div border color is #3bc531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bc531


Comments

No comments written yet.

Please login to write comment.