Color Hex Logo

#2dbd60 Color Hex

#2DBD60
(45,189,96)
0 Favorites   0 Comments

Color spaces of #2dbd60

RGB 4518996
HSL0.390.620.46
HSV141°76°74°
CMYK 0.760.000.49   0.26
XYZ21.391137.797617.2346
Yxy37.79760.27990.4946
Hunter Lab61.4798-45.482826.4151
CIE-Lab67.8712-57.377436.4180

#2dbd60 color RGB value is (45,189,96).

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

The process color (four color CMYK) of #2dbd60 color hex is 0.76, 0.00, 0.49, 0.26. Web safe color of #2dbd60 is #33cc66. Color #2dbd60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10111101 01100000
Octal 55 275 140
Decimal 45 189 96
Hex 2D BD 60

RGB Percentages of Color #2dbd60

%13.64
%57.27
%29.09

CMYK Percentages of Color #2dbd60

%76
%0
%49
%26

Triadic Colors of #2dbd60

#2dbd60 #602dbd #bd602d

Analogous Colors of #2dbd60

#2dbd60 #2dbda8 #42bd2d

Monochromatic Colors of #2dbd60

#2dbd60

Complementary Color

#2dbd60 #bd2d8a

#2dbd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dbd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dbd60 Color CSS Codes

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

#2dbd60 Text Font Color

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

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


#2dbd60 Background Color

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

This div background color is #2dbd60


#2dbd60 Border Color

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

This div border color is #2dbd60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dbd60


Comments

No comments written yet.

Please login to write comment.