Color Hex Logo

#3cf99e Color Hex

#3CF99E
(60,249,158)
0 Favorites   0 Comments

Color spaces of #3cf99e

RGB 60249158
HSL0.420.940.61
HSV151°76°98°
CMYK 0.760.000.37   0.02
XYZ41.910771.180643.8781
Yxy71.18060.26700.4535
Hunter Lab84.3686-58.973928.2227
CIE-Lab87.5727-65.866030.8468

#3cf99e color RGB value is (60,249,158).

#3cf99e hex color red value is 60, green value is 249 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #3cf99e hue: 0.42 , saturation: 0.94 and the lightness value of 3cf99e is 0.61.

The process color (four color CMYK) of #3cf99e color hex is 0.76, 0.00, 0.37, 0.02. Web safe color of #3cf99e is #33ff99. Color #3cf99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11111001 10011110
Octal 74 371 236
Decimal 60 249 158
Hex 3C F9 9E

RGB Percentages of Color #3cf99e

%12.85
%53.32
%33.83

CMYK Percentages of Color #3cf99e

%76
%0
%37
%2

Triadic Colors of #3cf99e

#3cf99e #9e3cf9 #f99e3c

Analogous Colors of #3cf99e

#3cf99e #3cf6f9 #3cf940

Monochromatic Colors of #3cf99e

#3cf99e

Complementary Color

#3cf99e #f93c97

#3cf99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cf99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cf99e Color CSS Codes

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

#3cf99e Text Font Color

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

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


#3cf99e Background Color

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

This div background color is #3cf99e


#3cf99e Border Color

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

This div border color is #3cf99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cf99e


Comments

No comments written yet.

Please login to write comment.