Color Hex Logo

#2fc81d Color Hex

#2FC81D
(47,200,29)
0 Favorites   0 Comments

Color spaces of #2fc81d

RGB 4720029
HSL0.320.750.45
HSV114°86°78°
CMYK 0.770.000.86   0.22
XYZ22.048342.00168.1075
Yxy42.00160.30560.5821
Hunter Lab64.8086-52.688337.9489
CIE-Lab70.8720-67.228865.6387

#2fc81d color RGB value is (47,200,29).

#2fc81d hex color red value is 47, green value is 200 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #2fc81d hue: 0.32 , saturation: 0.75 and the lightness value of 2fc81d is 0.45.

The process color (four color CMYK) of #2fc81d color hex is 0.77, 0.00, 0.86, 0.22. Web safe color of #2fc81d is #33cc33. Color #2fc81d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11001000 00011101
Octal 57 310 35
Decimal 47 200 29
Hex 2F C8 1D

RGB Percentages of Color #2fc81d

%17.03
%72.46
%10.51

CMYK Percentages of Color #2fc81d

%77
%0
%86
%22

Triadic Colors of #2fc81d

#2fc81d #1d2fc8 #c81d2f

Analogous Colors of #2fc81d

#2fc81d #1dc861 #85c81d

Monochromatic Colors of #2fc81d

#2fc81d

Complementary Color

#2fc81d #b61dc8

#2fc81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fc81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fc81d Color CSS Codes

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

#2fc81d Text Font Color

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

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


#2fc81d Background Color

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

This div background color is #2fc81d


#2fc81d Border Color

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

This div border color is #2fc81d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fc81d


Comments

No comments written yet.

Please login to write comment.