Color Hex Logo

#3cf06d Color Hex

#3CF06D
(60,240,109)
0 Favorites   0 Comments

Color spaces of #3cf06d

RGB 60240109
HSL0.380.860.59
HSV136°75°94°
CMYK 0.750.000.55   0.06
XYZ35.783964.385025.0095
Yxy64.38500.28590.5143
Hunter Lab80.2403-60.816737.6885
CIE-Lab84.1658-70.711150.2160

#3cf06d color RGB value is (60,240,109).

#3cf06d hex color red value is 60, green value is 240 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #3cf06d hue: 0.38 , saturation: 0.86 and the lightness value of 3cf06d is 0.59.

The process color (four color CMYK) of #3cf06d color hex is 0.75, 0.00, 0.55, 0.06. Web safe color of #3cf06d is #33ff66. Color #3cf06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11110000 01101101
Octal 74 360 155
Decimal 60 240 109
Hex 3C F0 6D

RGB Percentages of Color #3cf06d

%14.67
%58.68
%26.65

CMYK Percentages of Color #3cf06d

%75
%0
%55
%6

Triadic Colors of #3cf06d

#3cf06d #6d3cf0 #f06d3c

Analogous Colors of #3cf06d

#3cf06d #3cf0c7 #65f03c

Monochromatic Colors of #3cf06d

#3cf06d

Complementary Color

#3cf06d #f03cbf

#3cf06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cf06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cf06d Color CSS Codes

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

#3cf06d Text Font Color

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

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


#3cf06d Background Color

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

This div background color is #3cf06d


#3cf06d Border Color

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

This div border color is #3cf06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cf06d


Comments

No comments written yet.

Please login to write comment.