Color Hex Logo

#2db35f Color Hex

#2DB35F
(45,179,95)
0 Favorites   0 Comments

Color spaces of #2db35f

RGB 4517995
HSL0.400.600.44
HSV142°75°70°
CMYK 0.750.000.47   0.30
XYZ19.267833.624316.3011
Yxy33.62430.27850.4859
Hunter Lab57.9865-42.164223.9230
CIE-Lab64.6633-53.965732.8768

#2db35f color RGB value is (45,179,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 10110011 01011111
Octal 55 263 137
Decimal 45 179 95
Hex 2D B3 5F

RGB Percentages of Color #2db35f

%14.11
%56.11
%29.78

CMYK Percentages of Color #2db35f

%75
%0
%47
%30

Triadic Colors of #2db35f

#2db35f #5f2db3 #b35f2d

Analogous Colors of #2db35f

#2db35f #2db3a2 #3eb32d

Monochromatic Colors of #2db35f

#2db35f

Complementary Color

#2db35f #b32d81

#2db35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2db35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2db35f Color CSS Codes

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

#2db35f Text Font Color

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

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


#2db35f Background Color

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

This div background color is #2db35f


#2db35f Border Color

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

This div border color is #2db35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2db35f


Comments

No comments written yet.

Please login to write comment.