Color Hex Logo

#2fcd4e Color Hex

#2FCD4E
(47,205,78)
0 Favorites   0 Comments

Color spaces of #2fcd4e

RGB 4720578
HSL0.370.630.49
HSV132°77°80°
CMYK 0.770.000.62   0.20
XYZ24.378844.817014.5734
Yxy44.81700.29100.5350
Hunter Lab66.9455-52.152333.9550
CIE-Lab72.7712-64.951150.7488

#2fcd4e color RGB value is (47,205,78).

#2fcd4e hex color red value is 47, green value is 205 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #2fcd4e hue: 0.37 , saturation: 0.63 and the lightness value of 2fcd4e is 0.49.

The process color (four color CMYK) of #2fcd4e color hex is 0.77, 0.00, 0.62, 0.20. Web safe color of #2fcd4e is #33cc66. Color #2fcd4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11001101 01001110
Octal 57 315 116
Decimal 47 205 78
Hex 2F CD 4E

RGB Percentages of Color #2fcd4e

%14.24
%62.12
%23.64

CMYK Percentages of Color #2fcd4e

%77
%0
%62
%20

Triadic Colors of #2fcd4e

#2fcd4e #4e2fcd #cd4e2f

Analogous Colors of #2fcd4e

#2fcd4e #2fcd9d #5fcd2f

Monochromatic Colors of #2fcd4e

#2fcd4e

Complementary Color

#2fcd4e #cd2fae

#2fcd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fcd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fcd4e Color CSS Codes

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

#2fcd4e Text Font Color

<p style="color:#2fcd4e">Text here</p>

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


#2fcd4e Background Color

<div style="background-color:#2fcd4e">
Div content here</div>

This div background color is #2fcd4e


#2fcd4e Border Color

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

This div border color is #2fcd4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,205,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2fcd4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2fcd4e;
  -webkit-box-shadow: 1px 1px 3px 2px #2fcd4e;
  box-shadow:         1px 1px 3px 2px #2fcd4e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,205,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fcd4e


Comments

No comments written yet.

Please login to write comment.