Color Hex Logo

#2fd521 Color Hex

#2FD521
(47,213,33)
0 Favorites   0 Comments

Color spaces of #2fd521

RGB 4721333
HSL0.320.730.48
HSV115°85°84°
CMYK 0.780.000.85   0.16
XYZ25.241148.30269.4318
Yxy48.30260.30420.5821
Hunter Lab69.5001-56.797340.6039
CIE-Lab75.0154-70.922068.4302

#2fd521 color RGB value is (47,213,33).

#2fd521 hex color red value is 47, green value is 213 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #2fd521 hue: 0.32 , saturation: 0.73 and the lightness value of 2fd521 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11010101 00100001
Octal 57 325 41
Decimal 47 213 33
Hex 2F D5 21

RGB Percentages of Color #2fd521

%16.04
%72.70
%11.26

CMYK Percentages of Color #2fd521

%78
%0
%85
%16

Triadic Colors of #2fd521

#2fd521 #212fd5 #d5212f

Analogous Colors of #2fd521

#2fd521 #21d56d #89d521

Monochromatic Colors of #2fd521

#2fd521

Complementary Color

#2fd521 #c721d5

#2fd521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fd521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fd521 Color CSS Codes

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

#2fd521 Text Font Color

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

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


#2fd521 Background Color

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

This div background color is #2fd521


#2fd521 Border Color

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

This div border color is #2fd521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fd521


Comments

No comments written yet.

Please login to write comment.