Color Hex Logo

#3cd31e Color Hex

#3CD31E
(60,211,30)
0 Favorites   0 Comments

Color spaces of #3cd31e

RGB 6021130
HSL0.310.750.47
HSV110°86°83°
CMYK 0.720.000.86   0.17
XYZ25.392147.64299.0860
Yxy47.64290.30920.5802
Hunter Lab69.0238-55.126140.5120
CIE-Lab74.5991-68.488268.8075

#3cd31e color RGB value is (60,211,30).

#3cd31e hex color red value is 60, green value is 211 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #3cd31e hue: 0.31 , saturation: 0.75 and the lightness value of 3cd31e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11010011 00011110
Octal 74 323 36
Decimal 60 211 30
Hex 3C D3 1E

RGB Percentages of Color #3cd31e

%19.93
%70.10
%9.97

CMYK Percentages of Color #3cd31e

%72
%0
%86
%17

Triadic Colors of #3cd31e

#3cd31e #1e3cd3 #d31e3c

Analogous Colors of #3cd31e

#3cd31e #1ed35b #97d31e

Monochromatic Colors of #3cd31e

#3cd31e

Complementary Color

#3cd31e #b51ed3

#3cd31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cd31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cd31e Color CSS Codes

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

#3cd31e Text Font Color

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

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


#3cd31e Background Color

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

This div background color is #3cd31e


#3cd31e Border Color

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

This div border color is #3cd31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cd31e


Comments

No comments written yet.

Please login to write comment.