Color Hex Logo

#2fd590 Color Hex

#2FD590
(47,213,144)
0 Favorites   0 Comments

Color spaces of #2fd590

RGB 47213144
HSL0.430.660.51
HSV155°78°84°
CMYK 0.780.000.32   0.16
XYZ30.000650.206534.4952
Yxy50.20650.26160.4377
Hunter Lab70.8565-48.422220.7353
CIE-Lab76.1958-56.961122.6164

#2fd590 color RGB value is (47,213,144).

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

The process color (four color CMYK) of #2fd590 color hex is 0.78, 0.00, 0.32, 0.16. Web safe color of #2fd590 is #33cc99. Color #2fd590 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11010101 10010000
Octal 57 325 220
Decimal 47 213 144
Hex 2F D5 90

RGB Percentages of Color #2fd590

%11.63
%52.72
%35.64

CMYK Percentages of Color #2fd590

%78
%0
%32
%16

Triadic Colors of #2fd590

#2fd590 #902fd5 #d5902f

Analogous Colors of #2fd590

#2fd590 #2fc7d5 #2fd53d

Monochromatic Colors of #2fd590

#2fd590

Complementary Color

#2fd590 #d52f74

#2fd590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fd590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fd590 Color CSS Codes

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

#2fd590 Text Font Color

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

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


#2fd590 Background Color

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

This div background color is #2fd590


#2fd590 Border Color

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

This div border color is #2fd590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fd590


Comments

No comments written yet.

Please login to write comment.