Color Hex Logo

#2fc43e Color Hex

#2FC43E
(47,196,62)
0 Favorites   0 Comments

Color spaces of #2fc43e

RGB 4719662
HSL0.350.610.48
HSV126°76°77°
CMYK 0.760.000.68   0.23
XYZ21.781740.432011.2136
Yxy40.43200.29660.5506
Hunter Lab63.5862-50.129934.0544
CIE-Lab69.7761-63.748454.1427

#2fc43e color RGB value is (47,196,62).

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

The process color (four color CMYK) of #2fc43e color hex is 0.76, 0.00, 0.68, 0.23. Web safe color of #2fc43e is #33cc33. Color #2fc43e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11000100 00111110
Octal 57 304 76
Decimal 47 196 62
Hex 2F C4 3E

RGB Percentages of Color #2fc43e

%15.41
%64.26
%20.33

CMYK Percentages of Color #2fc43e

%76
%0
%68
%23

Triadic Colors of #2fc43e

#2fc43e #3e2fc4 #c43e2f

Analogous Colors of #2fc43e

#2fc43e #2fc489 #6bc42f

Monochromatic Colors of #2fc43e

#2fc43e

Complementary Color

#2fc43e #c42fb5

#2fc43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fc43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fc43e Color CSS Codes

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

#2fc43e Text Font Color

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

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


#2fc43e Background Color

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

This div background color is #2fc43e


#2fc43e Border Color

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

This div border color is #2fc43e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,196,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 #2fc43e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fc43e


Comments

No comments written yet.

Please login to write comment.