Color Hex Logo

#2fb655 Color Hex

#2FB655
(47,182,85)
0 Favorites   0 Comments

Color spaces of #2fb655

RGB 4718285
HSL0.380.590.45
HSV137°74°71°
CMYK 0.740.000.53   0.29
XYZ19.539934.716114.2653
Yxy34.71610.28520.5066
Hunter Lab58.9204-43.914326.8895
CIE-Lab65.5270-56.312738.9849

#2fb655 color RGB value is (47,182,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110110 01010101
Octal 57 266 125
Decimal 47 182 85
Hex 2F B6 55

RGB Percentages of Color #2fb655

%14.97
%57.96
%27.07

CMYK Percentages of Color #2fb655

%74
%0
%53
%29

Triadic Colors of #2fb655

#2fb655 #552fb6 #b6552f

Analogous Colors of #2fb655

#2fb655 #2fb699 #4db62f

Monochromatic Colors of #2fb655

#2fb655

Complementary Color

#2fb655 #b62f90

#2fb655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb655 Color CSS Codes

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

#2fb655 Text Font Color

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

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


#2fb655 Background Color

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

This div background color is #2fb655


#2fb655 Border Color

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

This div border color is #2fb655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb655


Comments

No comments written yet.

Please login to write comment.