Color Hex Logo

#2fb85d Color Hex

#2FB85D
(47,184,93)
0 Favorites   0 Comments

Color spaces of #2fb85d

RGB 4718493
HSL0.390.590.45
HSV140°74°72°
CMYK 0.740.000.49   0.28
XYZ20.288635.675616.1727
Yxy35.67560.28130.4946
Hunter Lab59.7291-43.893525.7565
CIE-Lab66.2713-55.798935.9288

#2fb85d color RGB value is (47,184,93).

#2fb85d hex color red value is 47, green value is 184 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #2fb85d hue: 0.39 , saturation: 0.59 and the lightness value of 2fb85d is 0.45.

The process color (four color CMYK) of #2fb85d color hex is 0.74, 0.00, 0.49, 0.28. Web safe color of #2fb85d is #33cc66. Color #2fb85d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111000 01011101
Octal 57 270 135
Decimal 47 184 93
Hex 2F B8 5D

RGB Percentages of Color #2fb85d

%14.51
%56.79
%28.70

CMYK Percentages of Color #2fb85d

%74
%0
%49
%28

Triadic Colors of #2fb85d

#2fb85d #5d2fb8 #b85d2f

Analogous Colors of #2fb85d

#2fb85d #2fb8a2 #46b82f

Monochromatic Colors of #2fb85d

#2fb85d

Complementary Color

#2fb85d #b82f8a

#2fb85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb85d Color CSS Codes

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

#2fb85d Text Font Color

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

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


#2fb85d Background Color

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

This div background color is #2fb85d


#2fb85d Border Color

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

This div border color is #2fb85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb85d


Comments

No comments written yet.

Please login to write comment.