Color Hex Logo

#2fd43e Color Hex

#2FD43E
(47,212,62)
0 Favorites   0 Comments

Color spaces of #2fd43e

RGB 4721262
HSL0.350.660.51
HSV125°78°83°
CMYK 0.780.000.71   0.17
XYZ25.585348.039112.4814
Yxy48.03910.29710.5579
Hunter Lab69.3102-55.401137.8402
CIE-Lab74.8496-68.753059.4824

#2fd43e color RGB value is (47,212,62).

#2fd43e hex color red value is 47, green value is 212 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #2fd43e hue: 0.35 , saturation: 0.66 and the lightness value of 2fd43e is 0.51.

The process color (four color CMYK) of #2fd43e color hex is 0.78, 0.00, 0.71, 0.17. Web safe color of #2fd43e is #33cc33. Color #2fd43e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11010100 00111110
Octal 57 324 76
Decimal 47 212 62
Hex 2F D4 3E

RGB Percentages of Color #2fd43e

%14.64
%66.04
%19.31

CMYK Percentages of Color #2fd43e

%78
%0
%71
%17

Triadic Colors of #2fd43e

#2fd43e #3e2fd4 #d43e2f

Analogous Colors of #2fd43e

#2fd43e #2fd491 #73d42f

Monochromatic Colors of #2fd43e

#2fd43e

Complementary Color

#2fd43e #d42fc5

#2fd43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fd43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fd43e Color CSS Codes

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

#2fd43e Text Font Color

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

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


#2fd43e Background Color

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

This div background color is #2fd43e


#2fd43e Border Color

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

This div border color is #2fd43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fd43e


Comments

No comments written yet.

Please login to write comment.