Color Hex Logo

#2fad25 Color Hex

#2FAD25
(47,173,37)
0 Favorites   0 Comments

Color spaces of #2fad25

RGB 4717337
HSL0.320.650.41
HSV116°79°68°
CMYK 0.730.000.79   0.32
XYZ16.449830.62506.7945
Yxy30.62500.30540.5685
Hunter Lab55.3399-43.785531.4584
CIE-Lab62.1898-58.384555.4815

#2fad25 color RGB value is (47,173,37).

#2fad25 hex color red value is 47, green value is 173 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #2fad25 hue: 0.32 , saturation: 0.65 and the lightness value of 2fad25 is 0.41.

The process color (four color CMYK) of #2fad25 color hex is 0.73, 0.00, 0.79, 0.32. Web safe color of #2fad25 is #339933. Color #2fad25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101101 00100101
Octal 57 255 45
Decimal 47 173 37
Hex 2F AD 25

RGB Percentages of Color #2fad25

%18.29
%67.32
%14.40

CMYK Percentages of Color #2fad25

%73
%0
%79
%32

Triadic Colors of #2fad25

#2fad25 #252fad #ad252f

Analogous Colors of #2fad25

#2fad25 #25ad5f #73ad25

Monochromatic Colors of #2fad25

#2fad25

Complementary Color

#2fad25 #a325ad

#2fad25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fad25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fad25 Color CSS Codes

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

#2fad25 Text Font Color

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

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


#2fad25 Background Color

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

This div background color is #2fad25


#2fad25 Border Color

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

This div border color is #2fad25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fad25


Comments

No comments written yet.

Please login to write comment.