Color Hex Logo

#2db35d Color Hex

#2DB35D
(45,179,93)
0 Favorites   0 Comments

Color spaces of #2db35d

RGB 4517993
HSL0.390.600.44
HSV141°75°70°
CMYK 0.750.000.48   0.30
XYZ19.178133.588415.8283
Yxy33.58840.27960.4897
Hunter Lab57.9555-42.354624.3761
CIE-Lab64.6345-54.298533.8641

#2db35d color RGB value is (45,179,93).

#2db35d hex color red value is 45, green value is 179 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #2db35d hue: 0.39 , saturation: 0.60 and the lightness value of 2db35d is 0.44.

The process color (four color CMYK) of #2db35d color hex is 0.75, 0.00, 0.48, 0.30. Web safe color of #2db35d is #33cc66. Color #2db35d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10110011 01011101
Octal 55 263 135
Decimal 45 179 93
Hex 2D B3 5D

RGB Percentages of Color #2db35d

%14.20
%56.47
%29.34

CMYK Percentages of Color #2db35d

%75
%0
%48
%30

Triadic Colors of #2db35d

#2db35d #5d2db3 #b35d2d

Analogous Colors of #2db35d

#2db35d #2db3a0 #40b32d

Monochromatic Colors of #2db35d

#2db35d

Complementary Color

#2db35d #b32d83

#2db35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2db35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2db35d Color CSS Codes

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

#2db35d Text Font Color

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

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


#2db35d Background Color

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

This div background color is #2db35d


#2db35d Border Color

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

This div border color is #2db35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2db35d


Comments

No comments written yet.

Please login to write comment.