Color Hex Logo

#29e05a Color Hex

#29E05A
(41,224,90)
0 Favorites   0 Comments

Color spaces of #29e05a

RGB 4122490
HSL0.380.750.52
HSV136°82°88°
CMYK 0.820.000.60   0.12
XYZ29.415654.520918.6461
Yxy54.52090.28680.5315
Hunter Lab73.8383-58.106436.7145
CIE-Lab78.7645-70.260352.3232

#29e05a color RGB value is (41,224,90).

#29e05a hex color red value is 41, green value is 224 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #29e05a hue: 0.38 , saturation: 0.75 and the lightness value of 29e05a is 0.52.

The process color (four color CMYK) of #29e05a color hex is 0.82, 0.00, 0.60, 0.12. Web safe color of #29e05a is #33cc66. Color #29e05a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11100000 01011010
Octal 51 340 132
Decimal 41 224 90
Hex 29 E0 5A

RGB Percentages of Color #29e05a

%11.55
%63.10
%25.35

CMYK Percentages of Color #29e05a

%82
%0
%60
%12

Triadic Colors of #29e05a

#29e05a #5a29e0 #e05a29

Analogous Colors of #29e05a

#29e05a #29e0b6 #53e029

Monochromatic Colors of #29e05a

#29e05a

Complementary Color

#29e05a #e029af

#29e05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29e05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29e05a Color CSS Codes

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

#29e05a Text Font Color

<p style="color:#29e05a">Text here</p>

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


#29e05a Background Color

<div style="background-color:#29e05a">
Div content here</div>

This div background color is #29e05a


#29e05a Border Color

<div style="border:3px solid #29e05a">
Div here</div>

This div border color is #29e05a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,224,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29e05a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29e05a;
  -webkit-box-shadow: 1px 1px 3px 2px #29e05a;
  box-shadow:         1px 1px 3px 2px #29e05a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29e05a


Comments

No comments written yet.

Please login to write comment.