Color Hex Logo

#2dc15e Color Hex

#2DC15E
(45,193,94)
0 Favorites   0 Comments

Color spaces of #2dc15e

RGB 4519394
HSL0.390.620.47
HSV140°77°76°
CMYK 0.770.000.51   0.24
XYZ22.172539.506017.0465
Yxy39.50600.28160.5018
Hunter Lab62.8538-47.025927.9177
CIE-Lab69.1162-59.084938.9596

#2dc15e color RGB value is (45,193,94).

#2dc15e hex color red value is 45, green value is 193 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #2dc15e hue: 0.39 , saturation: 0.62 and the lightness value of 2dc15e is 0.47.

The process color (four color CMYK) of #2dc15e color hex is 0.77, 0.00, 0.51, 0.24. Web safe color of #2dc15e is #33cc66. Color #2dc15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11000001 01011110
Octal 55 301 136
Decimal 45 193 94
Hex 2D C1 5E

RGB Percentages of Color #2dc15e

%13.55
%58.13
%28.31

CMYK Percentages of Color #2dc15e

%77
%0
%51
%24

Triadic Colors of #2dc15e

#2dc15e #5e2dc1 #c15e2d

Analogous Colors of #2dc15e

#2dc15e #2dc1a8 #46c12d

Monochromatic Colors of #2dc15e

#2dc15e

Complementary Color

#2dc15e #c12d90

#2dc15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dc15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dc15e Color CSS Codes

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

#2dc15e Text Font Color

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

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


#2dc15e Background Color

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

This div background color is #2dc15e


#2dc15e Border Color

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

This div border color is #2dc15e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,193,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dc15e


Comments

No comments written yet.

Please login to write comment.