Color Hex Logo

#3cd40e Color Hex

#3CD40E
(60,212,14)
0 Favorites   0 Comments

Color spaces of #3cd40e

RGB 6021214
HSL0.290.880.44
HSV106°93°83°
CMYK 0.720.000.93   0.17
XYZ25.486248.07938.3524
Yxy48.07930.31110.5869
Hunter Lab69.3392-55.734541.3956
CIE-Lab74.8749-69.279671.7015

#3cd40e color RGB value is (60,212,14).

#3cd40e hex color red value is 60, green value is 212 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #3cd40e hue: 0.29 , saturation: 0.88 and the lightness value of 3cd40e is 0.44.

The process color (four color CMYK) of #3cd40e color hex is 0.72, 0.00, 0.93, 0.17. Web safe color of #3cd40e is #33cc00. Color #3cd40e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11010100 00001110
Octal 74 324 16
Decimal 60 212 14
Hex 3C D4 E

RGB Percentages of Color #3cd40e

%20.98
%74.13
%4.90

CMYK Percentages of Color #3cd40e

%72
%0
%93
%17

Triadic Colors of #3cd40e

#3cd40e #0e3cd4 #d40e3c

Analogous Colors of #3cd40e

#3cd40e #0ed443 #9fd40e

Monochromatic Colors of #3cd40e

#3cd40e

Complementary Color

#3cd40e #a60ed4

#3cd40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cd40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cd40e Color CSS Codes

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

#3cd40e Text Font Color

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

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


#3cd40e Background Color

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

This div background color is #3cd40e


#3cd40e Border Color

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

This div border color is #3cd40e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,212,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3cd40e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3cd40e;
  -webkit-box-shadow: 1px 1px 3px 2px #3cd40e;
  box-shadow:         1px 1px 3px 2px #3cd40e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,212,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cd40e


Comments

No comments written yet.

Please login to write comment.