Color Hex Logo

#3de53f Color Hex

#3DE53F
(61,229,63)
0 Favorites   0 Comments

Color spaces of #3de53f

RGB 6122963
HSL0.340.760.57
HSV121°73°90°
CMYK 0.730.000.72   0.10
XYZ30.841057.389614.1544
Yxy57.38960.30120.5605
Hunter Lab75.7559-59.903741.9513
CIE-Lab80.3982-71.925364.8888

#3de53f color RGB value is (61,229,63).

#3de53f hex color red value is 61, green value is 229 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #3de53f hue: 0.34 , saturation: 0.76 and the lightness value of 3de53f is 0.57.

The process color (four color CMYK) of #3de53f color hex is 0.73, 0.00, 0.72, 0.10. Web safe color of #3de53f is #33cc33. Color #3de53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11100101 00111111
Octal 75 345 77
Decimal 61 229 63
Hex 3D E5 3F

RGB Percentages of Color #3de53f

%17.28
%64.87
%17.85

CMYK Percentages of Color #3de53f

%73
%0
%72
%10

Triadic Colors of #3de53f

#3de53f #3f3de5 #e53f3d

Analogous Colors of #3de53f

#3de53f #3de593 #8fe53d

Monochromatic Colors of #3de53f

#3de53f

Complementary Color

#3de53f #e53de3

#3de53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3de53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3de53f Color CSS Codes

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

#3de53f Text Font Color

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

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


#3de53f Background Color

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

This div background color is #3de53f


#3de53f Border Color

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

This div border color is #3de53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3de53f


Comments

No comments written yet.

Please login to write comment.