Color Hex Logo

#2db942 Color Hex

#2DB942
(45,185,66)
0 Favorites   0 Comments

Color spaces of #2db942

RGB 4518566
HSL0.360.610.45
HSV129°76°73°
CMYK 0.760.000.64   0.27
XYZ19.414535.649211.0120
Yxy35.64920.29380.5395
Hunter Lab59.7070-46.445530.8598
CIE-Lab66.2510-60.066048.6301

#2db942 color RGB value is (45,185,66).

#2db942 hex color red value is 45, green value is 185 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #2db942 hue: 0.36 , saturation: 0.61 and the lightness value of 2db942 is 0.45.

The process color (four color CMYK) of #2db942 color hex is 0.76, 0.00, 0.64, 0.27. Web safe color of #2db942 is #33cc33. Color #2db942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10111001 01000010
Octal 55 271 102
Decimal 45 185 66
Hex 2D B9 42

RGB Percentages of Color #2db942

%15.20
%62.50
%22.30

CMYK Percentages of Color #2db942

%76
%0
%64
%27

Triadic Colors of #2db942

#2db942 #422db9 #b9422d

Analogous Colors of #2db942

#2db942 #2db988 #5eb92d

Monochromatic Colors of #2db942

#2db942

Complementary Color

#2db942 #b92da4

#2db942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2db942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2db942 Color CSS Codes

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

#2db942 Text Font Color

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

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


#2db942 Background Color

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

This div background color is #2db942


#2db942 Border Color

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

This div border color is #2db942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2db942


Comments

No comments written yet.

Please login to write comment.