Color Hex Logo

#2dc62e Color Hex

#2DC62E
(45,198,46)
0 Favorites   0 Comments

Color spaces of #2dc62e

RGB 4519846
HSL0.330.630.48
HSV120°77°78°
CMYK 0.770.000.77   0.22
XYZ21.769441.14339.3789
Yxy41.14330.30110.5691
Hunter Lab64.1430-51.669536.2308
CIE-Lab70.2762-65.961560.4250

#2dc62e color RGB value is (45,198,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 11000110 00101110
Octal 55 306 56
Decimal 45 198 46
Hex 2D C6 2E

RGB Percentages of Color #2dc62e

%15.57
%68.51
%15.92

CMYK Percentages of Color #2dc62e

%77
%0
%77
%22

Triadic Colors of #2dc62e

#2dc62e #2e2dc6 #c62e2d

Analogous Colors of #2dc62e

#2dc62e #2dc67b #79c62d

Monochromatic Colors of #2dc62e

#2dc62e

Complementary Color

#2dc62e #c62dc5

#2dc62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dc62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dc62e Color CSS Codes

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

#2dc62e Text Font Color

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

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


#2dc62e Background Color

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

This div background color is #2dc62e


#2dc62e Border Color

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

This div border color is #2dc62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dc62e


Comments

No comments written yet.

Please login to write comment.