Color Hex Logo

#2bb61d Color Hex

#2BB61D
(43,182,29)
0 Favorites   0 Comments

Color spaces of #2bb61d

RGB 4318229
HSL0.320.730.41
HSV115°84°71°
CMYK 0.760.000.84   0.29
XYZ17.946034.05826.7904
Yxy34.05820.30520.5793
Hunter Lab58.3594-47.238733.9529
CIE-Lab65.0087-62.331260.3577

#2bb61d color RGB value is (43,182,29).

#2bb61d hex color red value is 43, green value is 182 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #2bb61d hue: 0.32 , saturation: 0.73 and the lightness value of 2bb61d is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10110110 00011101
Octal 53 266 35
Decimal 43 182 29
Hex 2B B6 1D

RGB Percentages of Color #2bb61d

%16.93
%71.65
%11.42

CMYK Percentages of Color #2bb61d

%76
%0
%84
%29

Triadic Colors of #2bb61d

#2bb61d #1d2bb6 #b61d2b

Analogous Colors of #2bb61d

#2bb61d #1db65c #78b61d

Monochromatic Colors of #2bb61d

#2bb61d

Complementary Color

#2bb61d #a81db6

#2bb61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bb61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bb61d Color CSS Codes

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

#2bb61d Text Font Color

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

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


#2bb61d Background Color

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

This div background color is #2bb61d


#2bb61d Border Color

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

This div border color is #2bb61d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,182,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2bb61d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2bb61d;
  -webkit-box-shadow: 1px 1px 3px 2px #2bb61d;
  box-shadow:         1px 1px 3px 2px #2bb61d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,182,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bb61d


Comments

No comments written yet.

Please login to write comment.