Color Hex Logo

#2fca5f Color Hex

#2FCA5F
(47,202,95)
0 Favorites   0 Comments

Color spaces of #2fca5f

RGB 4720295
HSL0.380.620.49
HSV139°77°79°
CMYK 0.770.000.53   0.21
XYZ24.358443.671617.9721
Yxy43.67160.28320.5078
Hunter Lab66.0845-49.853730.1348
CIE-Lab72.0084-61.751942.0295

#2fca5f color RGB value is (47,202,95).

#2fca5f hex color red value is 47, green value is 202 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #2fca5f hue: 0.38 , saturation: 0.62 and the lightness value of 2fca5f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11001010 01011111
Octal 57 312 137
Decimal 47 202 95
Hex 2F CA 5F

RGB Percentages of Color #2fca5f

%13.66
%58.72
%27.62

CMYK Percentages of Color #2fca5f

%77
%0
%53
%21

Triadic Colors of #2fca5f

#2fca5f #5f2fca #ca5f2f

Analogous Colors of #2fca5f

#2fca5f #2fcaad #4cca2f

Monochromatic Colors of #2fca5f

#2fca5f

Complementary Color

#2fca5f #ca2f9a

#2fca5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fca5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fca5f Color CSS Codes

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

#2fca5f Text Font Color

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

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


#2fca5f Background Color

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

This div background color is #2fca5f


#2fca5f Border Color

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

This div border color is #2fca5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fca5f


Comments

No comments written yet.

Please login to write comment.