Color Hex Logo

#2bae29 Color Hex

#2BAE29
(43,174,41)
0 Favorites   0 Comments

Color spaces of #2bae29

RGB 4317441
HSL0.330.620.42
HSV119°76°68°
CMYK 0.750.000.76   0.32
XYZ16.532630.94587.1996
Yxy30.94580.30240.5660
Hunter Lab55.6289-44.301531.2668
CIE-Lab62.4619-59.090554.4043

#2bae29 color RGB value is (43,174,41).

#2bae29 hex color red value is 43, green value is 174 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #2bae29 hue: 0.33 , saturation: 0.62 and the lightness value of 2bae29 is 0.42.

The process color (four color CMYK) of #2bae29 color hex is 0.75, 0.00, 0.76, 0.32. Web safe color of #2bae29 is #339933. Color #2bae29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101110 00101001
Octal 53 256 51
Decimal 43 174 41
Hex 2B AE 29

RGB Percentages of Color #2bae29

%16.67
%67.44
%15.89

CMYK Percentages of Color #2bae29

%75
%0
%76
%32

Triadic Colors of #2bae29

#2bae29 #292bae #ae292b

Analogous Colors of #2bae29

#2bae29 #29ae6a #6eae29

Monochromatic Colors of #2bae29

#2bae29

Complementary Color

#2bae29 #ac29ae

#2bae29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bae29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bae29 Color CSS Codes

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

#2bae29 Text Font Color

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

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


#2bae29 Background Color

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

This div background color is #2bae29


#2bae29 Border Color

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

This div border color is #2bae29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bae29


Comments

No comments written yet.

Please login to write comment.