Color Hex Logo

#3ff49b Color Hex

#3FF49B
(63,244,155)
0 Favorites   0 Comments

Color spaces of #3ff49b

RGB 63244155
HSL0.420.890.60
HSV150°74°96°
CMYK 0.740.000.36   0.04
XYZ40.317068.124742.0348
Yxy68.12470.26790.4527
Hunter Lab82.5377-57.249527.5812
CIE-Lab86.0688-64.270030.3522

#3ff49b color RGB value is (63,244,155).

#3ff49b hex color red value is 63, green value is 244 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #3ff49b hue: 0.42 , saturation: 0.89 and the lightness value of 3ff49b is 0.60.

The process color (four color CMYK) of #3ff49b color hex is 0.74, 0.00, 0.36, 0.04. Web safe color of #3ff49b is #33ff99. Color #3ff49b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11110100 10011011
Octal 77 364 233
Decimal 63 244 155
Hex 3F F4 9B

RGB Percentages of Color #3ff49b

%13.64
%52.81
%33.55

CMYK Percentages of Color #3ff49b

%74
%0
%36
%4

Triadic Colors of #3ff49b

#3ff49b #9b3ff4 #f49b3f

Analogous Colors of #3ff49b

#3ff49b #3ff3f4 #3ff440

Monochromatic Colors of #3ff49b

#3ff49b

Complementary Color

#3ff49b #f43f98

#3ff49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ff49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ff49b Color CSS Codes

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

#3ff49b Text Font Color

<p style="color:#3ff49b">Text here</p>

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


#3ff49b Background Color

<div style="background-color:#3ff49b">
Div content here</div>

This div background color is #3ff49b


#3ff49b Border Color

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

This div border color is #3ff49b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,244,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3ff49b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3ff49b;
  -webkit-box-shadow: 1px 1px 3px 2px #3ff49b;
  box-shadow:         1px 1px 3px 2px #3ff49b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,244,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ff49b


Comments

No comments written yet.

Please login to write comment.