Color Hex Logo

#2dd35b Color Hex

#2DD35B
(45,211,91)
0 Favorites   0 Comments

Color spaces of #2dd35b

RGB 4521191
HSL0.380.650.50
HSV137°79°83°
CMYK 0.790.000.57   0.17
XYZ26.264847.901817.7592
Yxy47.90180.28570.5211
Hunter Lab69.2111-53.380833.2343
CIE-Lab74.7629-65.546547.2136

#2dd35b color RGB value is (45,211,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 11010011 01011011
Octal 55 323 133
Decimal 45 211 91
Hex 2D D3 5B

RGB Percentages of Color #2dd35b

%12.97
%60.81
%26.22

CMYK Percentages of Color #2dd35b

%79
%0
%57
%17

Triadic Colors of #2dd35b

#2dd35b #5b2dd3 #d35b2d

Analogous Colors of #2dd35b

#2dd35b #2dd3ae #52d32d

Monochromatic Colors of #2dd35b

#2dd35b

Complementary Color

#2dd35b #d32da5

#2dd35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dd35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dd35b Color CSS Codes

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

#2dd35b Text Font Color

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

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


#2dd35b Background Color

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

This div background color is #2dd35b


#2dd35b Border Color

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

This div border color is #2dd35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dd35b


Comments

No comments written yet.

Please login to write comment.