Color Hex Logo

#2ddf4b Color Hex

#2DDF4B
(45,223,75)
0 Favorites   0 Comments

Color spaces of #2ddf4b

RGB 4522375
HSL0.360.740.53
HSV130°80°87°
CMYK 0.800.000.66   0.13
XYZ28.739953.841215.5343
Yxy53.84120.29290.5488
Hunter Lab73.3766-58.494738.8115
CIE-Lab78.3690-71.165558.1994

#2ddf4b color RGB value is (45,223,75).

#2ddf4b hex color red value is 45, green value is 223 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #2ddf4b hue: 0.36 , saturation: 0.74 and the lightness value of 2ddf4b is 0.53.

The process color (four color CMYK) of #2ddf4b color hex is 0.80, 0.00, 0.66, 0.13. Web safe color of #2ddf4b is #33cc33. Color #2ddf4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11011111 01001011
Octal 55 337 113
Decimal 45 223 75
Hex 2D DF 4B

RGB Percentages of Color #2ddf4b

%13.12
%65.01
%21.87

CMYK Percentages of Color #2ddf4b

%80
%0
%66
%13

Triadic Colors of #2ddf4b

#2ddf4b #4b2ddf #df4b2d

Analogous Colors of #2ddf4b

#2ddf4b #2ddfa4 #68df2d

Monochromatic Colors of #2ddf4b

#2ddf4b

Complementary Color

#2ddf4b #df2dc1

#2ddf4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ddf4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ddf4b Color CSS Codes

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

#2ddf4b Text Font Color

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

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


#2ddf4b Background Color

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

This div background color is #2ddf4b


#2ddf4b Border Color

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

This div border color is #2ddf4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ddf4b


Comments

No comments written yet.

Please login to write comment.