Color Hex Logo

#2dd43b Color Hex

#2DD43B
(45,212,59)
0 Favorites   0 Comments

Color spaces of #2dd43b

RGB 4521259
HSL0.350.660.50
HSV125°79°83°
CMYK 0.790.000.72   0.17
XYZ25.415147.960612.0555
Yxy47.96060.29750.5614
Hunter Lab69.2536-55.686838.1565
CIE-Lab74.8001-69.257160.5149

#2dd43b color RGB value is (45,212,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 11010100 00111011
Octal 55 324 73
Decimal 45 212 59
Hex 2D D4 3B

RGB Percentages of Color #2dd43b

%14.24
%67.09
%18.67

CMYK Percentages of Color #2dd43b

%79
%0
%72
%17

Triadic Colors of #2dd43b

#2dd43b #3b2dd4 #d43b2d

Analogous Colors of #2dd43b

#2dd43b #2dd48f #73d42d

Monochromatic Colors of #2dd43b

#2dd43b

Complementary Color

#2dd43b #d42dc6

#2dd43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dd43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dd43b Color CSS Codes

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

#2dd43b Text Font Color

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

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


#2dd43b Background Color

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

This div background color is #2dd43b


#2dd43b Border Color

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

This div border color is #2dd43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dd43b


Comments

No comments written yet.

Please login to write comment.