Color Hex Logo

#3ec125 Color Hex

#3EC125
(62,193,37)
0 Favorites   0 Comments

Color spaces of #3ec125

RGB 6219337
HSL0.310.680.45
HSV110°81°76°
CMYK 0.680.000.81   0.24
XYZ21.390539.29768.2081
Yxy39.29760.31050.5704
Hunter Lab62.6878-48.795436.1183
CIE-Lab68.9663-62.100662.0064

#3ec125 color RGB value is (62,193,37).

#3ec125 hex color red value is 62, green value is 193 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #3ec125 hue: 0.31 , saturation: 0.68 and the lightness value of 3ec125 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11000001 00100101
Octal 76 301 45
Decimal 62 193 37
Hex 3E C1 25

RGB Percentages of Color #3ec125

%21.23
%66.10
%12.67

CMYK Percentages of Color #3ec125

%68
%0
%81
%24

Triadic Colors of #3ec125

#3ec125 #253ec1 #c1253e

Analogous Colors of #3ec125

#3ec125 #25c15a #8cc125

Monochromatic Colors of #3ec125

#3ec125

Complementary Color

#3ec125 #a825c1

#3ec125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ec125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ec125 Color CSS Codes

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

#3ec125 Text Font Color

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

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


#3ec125 Background Color

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

This div background color is #3ec125


#3ec125 Border Color

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

This div border color is #3ec125


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,193,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3ec125; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3ec125;
  -webkit-box-shadow: 1px 1px 3px 2px #3ec125;
  box-shadow:         1px 1px 3px 2px #3ec125; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,193,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ec125


Comments

No comments written yet.

Please login to write comment.