Color Hex Logo

#29f34b Color Hex

#29F34B
(41,243,75)
0 Favorites   0 Comments

Color spaces of #29f34b

RGB 4124375
HSL0.360.890.56
HSV130°83°95°
CMYK 0.830.000.69   0.05
XYZ34.235065.080617.4141
Yxy65.08060.29330.5575
Hunter Lab80.6725-65.426943.6724
CIE-Lab84.5253-77.546564.7576

#29f34b color RGB value is (41,243,75).

#29f34b hex color red value is 41, green value is 243 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #29f34b hue: 0.36 , saturation: 0.89 and the lightness value of 29f34b is 0.56.

The process color (four color CMYK) of #29f34b color hex is 0.83, 0.00, 0.69, 0.05. Web safe color of #29f34b is #33ff33. Color #29f34b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11110011 01001011
Octal 51 363 113
Decimal 41 243 75
Hex 29 F3 4B

RGB Percentages of Color #29f34b

%11.42
%67.69
%20.89

CMYK Percentages of Color #29f34b

%83
%0
%69
%5

Triadic Colors of #29f34b

#29f34b #4b29f3 #f34b29

Analogous Colors of #29f34b

#29f34b #29f3b0 #6cf329

Monochromatic Colors of #29f34b

#29f34b

Complementary Color

#29f34b #f329d1

#29f34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29f34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29f34b Color CSS Codes

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

#29f34b Text Font Color

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

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


#29f34b Background Color

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

This div background color is #29f34b


#29f34b Border Color

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

This div border color is #29f34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29f34b


Comments

No comments written yet.

Please login to write comment.