Color Hex Logo

#3ed128 Color Hex

#3ED128
(62,209,40)
0 Favorites   0 Comments

Color spaces of #3ed128

RGB 6220940
HSL0.310.680.49
HSV112°81°82°
CMYK 0.700.000.81   0.18
XYZ25.170146.77839.7100
Yxy46.77830.30820.5729
Hunter Lab68.3947-54.000439.4589
CIE-Lab74.0477-67.052765.9002

#3ed128 color RGB value is (62,209,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11010001 00101000
Octal 76 321 50
Decimal 62 209 40
Hex 3E D1 28

RGB Percentages of Color #3ed128

%19.94
%67.20
%12.86

CMYK Percentages of Color #3ed128

%70
%0
%81
%18

Triadic Colors of #3ed128

#3ed128 #283ed1 #d1283e

Analogous Colors of #3ed128

#3ed128 #28d167 #93d128

Monochromatic Colors of #3ed128

#3ed128

Complementary Color

#3ed128 #bb28d1

#3ed128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ed128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ed128 Color CSS Codes

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

#3ed128 Text Font Color

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

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


#3ed128 Background Color

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

This div background color is #3ed128


#3ed128 Border Color

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

This div border color is #3ed128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ed128


Comments

No comments written yet.

Please login to write comment.