Color Hex Logo

#2dd33b Color Hex

#2DD33B
(45,211,59)
0 Favorites   0 Comments

Color spaces of #2dd33b

RGB 4521159
HSL0.350.650.50
HSV125°79°83°
CMYK 0.790.000.72   0.17
XYZ25.165947.462211.9724
Yxy47.46220.29750.5610
Hunter Lab68.8928-55.358037.9214
CIE-Lab74.4844-68.952960.1919

#2dd33b color RGB value is (45,211,59).

#2dd33b hex color red value is 45, green value is 211 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #2dd33b hue: 0.35 , saturation: 0.65 and the lightness value of 2dd33b is 0.50.

The process color (four color CMYK) of #2dd33b color hex is 0.79, 0.00, 0.72, 0.17. Web safe color of #2dd33b is #33cc33. Color #2dd33b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11010011 00111011
Octal 55 323 73
Decimal 45 211 59
Hex 2D D3 3B

RGB Percentages of Color #2dd33b

%14.29
%66.98
%18.73

CMYK Percentages of Color #2dd33b

%79
%0
%72
%17

Triadic Colors of #2dd33b

#2dd33b #3b2dd3 #d33b2d

Analogous Colors of #2dd33b

#2dd33b #2dd38e #72d32d

Monochromatic Colors of #2dd33b

#2dd33b

Complementary Color

#2dd33b #d32dc5

#2dd33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dd33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dd33b Color CSS Codes

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

#2dd33b Text Font Color

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

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


#2dd33b Background Color

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

This div background color is #2dd33b


#2dd33b Border Color

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

This div border color is #2dd33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dd33b


Comments

No comments written yet.

Please login to write comment.