color codes Logo

#2db15f color codes

#2DB15F
(45,177,95)
0 Favorites   0 Comments

Color spaces of #2db15f

RGB 4517795
HSL0.400.590.44
HSV143°75°69°
CMYK 0.750.000.46   0.31
XYZ18.869932.828416.1684
Yxy32.82840.27800.4837
Hunter Lab57.2961-41.480923.3762
CIE-Lab64.0217-53.236532.0596

#2db15f color RGB value is (45,177,95).

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

The process color (four color CMYK) of #2db15f color code is 0.75, 0.00, 0.46, 0.31. Web safe color of #2db15f is #339966. Color #2db15f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10110001 01011111
Octal 55 261 137
Decimal 45 177 95
Hex 2D B1 5F

RGB Percentages of Color #2db15f

%14.20
%55.84
%29.97

CMYK Percentages of Color #2db15f

%75
%0
%46
%31

Triadic Colors of #2db15f

#2db15f #5f2db1 #b15f2d

Analogous Colors of #2db15f

#2db15f #2db1a1 #3db12d

Monochromatic Colors of #2db15f

#2db15f

Complementary Color

#2db15f #b12d7f

#2db15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2db15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2db15f Color CSS Codes

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

#2db15f Text Font Color

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

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


#2db15f Background Color

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

This div background color is #2db15f


#2db15f Border Color

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

This div border color is #2db15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2db15f


Comments

No comments written yet.

Please login to write comment.