Color Hex Logo

#2fdc4d Color Hex

#2FDC4D
(47,220,77)
0 Favorites   0 Comments

Color spaces of #2fdc4d

RGB 4722077
HSL0.360.710.52
HSV130°79°86°
CMYK 0.790.000.65   0.14
XYZ28.105052.326615.6399
Yxy52.32660.29250.5447
Hunter Lab72.3371-57.237737.8170
CIE-Lab77.4757-69.804656.4229

#2fdc4d color RGB value is (47,220,77).

#2fdc4d hex color red value is 47, green value is 220 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #2fdc4d hue: 0.36 , saturation: 0.71 and the lightness value of 2fdc4d is 0.52.

The process color (four color CMYK) of #2fdc4d color hex is 0.79, 0.00, 0.65, 0.14. Web safe color of #2fdc4d is #33cc66. Color #2fdc4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11011100 01001101
Octal 57 334 115
Decimal 47 220 77
Hex 2F DC 4D

RGB Percentages of Color #2fdc4d

%13.66
%63.95
%22.38

CMYK Percentages of Color #2fdc4d

%79
%0
%65
%14

Triadic Colors of #2fdc4d

#2fdc4d #4d2fdc #dc4d2f

Analogous Colors of #2fdc4d

#2fdc4d #2fdca4 #68dc2f

Monochromatic Colors of #2fdc4d

#2fdc4d

Complementary Color

#2fdc4d #dc2fbe

#2fdc4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fdc4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fdc4d Color CSS Codes

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

#2fdc4d Text Font Color

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

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


#2fdc4d Background Color

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

This div background color is #2fdc4d


#2fdc4d Border Color

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

This div border color is #2fdc4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fdc4d


Comments

No comments written yet.

Please login to write comment.