Color Hex Logo

#2dc73f Color Hex

#2DC73F
(45,199,63)
0 Favorites   0 Comments

Color spaces of #2dc73f

RGB 4519963
HSL0.350.630.48
HSV127°77°78°
CMYK 0.770.000.68   0.22
XYZ22.402841.763611.5831
Yxy41.76360.29570.5513
Hunter Lab64.6248-51.214634.6104
CIE-Lab70.7076-64.882454.7301

#2dc73f color RGB value is (45,199,63).

#2dc73f hex color red value is 45, green value is 199 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #2dc73f hue: 0.35 , saturation: 0.63 and the lightness value of 2dc73f is 0.48.

The process color (four color CMYK) of #2dc73f color hex is 0.77, 0.00, 0.68, 0.22. Web safe color of #2dc73f is #33cc33. Color #2dc73f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11000111 00111111
Octal 55 307 77
Decimal 45 199 63
Hex 2D C7 3F

RGB Percentages of Color #2dc73f

%14.66
%64.82
%20.52

CMYK Percentages of Color #2dc73f

%77
%0
%68
%22

Triadic Colors of #2dc73f

#2dc73f #3f2dc7 #c73f2d

Analogous Colors of #2dc73f

#2dc73f #2dc78c #68c72d

Monochromatic Colors of #2dc73f

#2dc73f

Complementary Color

#2dc73f #c72db5

#2dc73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dc73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dc73f Color CSS Codes

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

#2dc73f Text Font Color

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

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


#2dc73f Background Color

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

This div background color is #2dc73f


#2dc73f Border Color

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

This div border color is #2dc73f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,199,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 #2dc73f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dc73f


Comments

No comments written yet.

Please login to write comment.