Color Hex Logo

#3abc2e Color Hex

#3ABC2E
(58,188,46)
0 Favorites   0 Comments

Color spaces of #3abc2e

RGB 5818846
HSL0.320.610.46
HSV115°76°74°
CMYK 0.690.000.76   0.26
XYZ20.221337.06328.6729
Yxy37.06320.30660.5619
Hunter Lab60.8796-47.250034.1692
CIE-Lab67.3244-60.669057.6100

#3abc2e color RGB value is (58,188,46).

#3abc2e hex color red value is 58, green value is 188 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #3abc2e hue: 0.32 , saturation: 0.61 and the lightness value of 3abc2e is 0.46.

The process color (four color CMYK) of #3abc2e color hex is 0.69, 0.00, 0.76, 0.26. Web safe color of #3abc2e is #33cc33. Color #3abc2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111100 00101110
Octal 72 274 56
Decimal 58 188 46
Hex 3A BC 2E

RGB Percentages of Color #3abc2e

%19.86
%64.38
%15.75

CMYK Percentages of Color #3abc2e

%69
%0
%76
%26

Triadic Colors of #3abc2e

#3abc2e #2e3abc #bc2e3a

Analogous Colors of #3abc2e

#3abc2e #2ebc69 #81bc2e

Monochromatic Colors of #3abc2e

#3abc2e

Complementary Color

#3abc2e #b02ebc

#3abc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abc2e Color CSS Codes

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

#3abc2e Text Font Color

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

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


#3abc2e Background Color

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

This div background color is #3abc2e


#3abc2e Border Color

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

This div border color is #3abc2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,188,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3abc2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3abc2e;
  -webkit-box-shadow: 1px 1px 3px 2px #3abc2e;
  box-shadow:         1px 1px 3px 2px #3abc2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,188,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abc2e


Comments

No comments written yet.

Please login to write comment.