Color Hex Logo

#3df481 Color Hex

#3DF481
(61,244,129)
0 Favorites   0 Comments

Color spaces of #3df481

RGB 61244129
HSL0.400.890.60
HSV142°75°96°
CMYK 0.750.000.47   0.04
XYZ38.237667.278431.7396
Yxy67.27840.27860.4902
Hunter Lab82.0234-60.328034.4737
CIE-Lab85.6443-69.013642.6386

#3df481 color RGB value is (61,244,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11110100 10000001
Octal 75 364 201
Decimal 61 244 129
Hex 3D F4 81

RGB Percentages of Color #3df481

%14.06
%56.22
%29.72

CMYK Percentages of Color #3df481

%75
%0
%47
%4

Triadic Colors of #3df481

#3df481 #813df4 #f4813d

Analogous Colors of #3df481

#3df481 #3df4dd #55f43d

Monochromatic Colors of #3df481

#3df481

Complementary Color

#3df481 #f43db0

#3df481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3df481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3df481 Color CSS Codes

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

#3df481 Text Font Color

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

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


#3df481 Background Color

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

This div background color is #3df481


#3df481 Border Color

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

This div border color is #3df481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3df481


Comments

No comments written yet.

Please login to write comment.