Color Hex Logo

#29fb5d Color Hex

#29FB5D
(41,251,93)
0 Favorites   0 Comments

Color spaces of #29fb5d

RGB 4125193
HSL0.370.960.57
HSV135°84°98°
CMYK 0.840.000.63   0.02
XYZ37.387470.256121.9462
Yxy70.25610.28850.5421
Hunter Lab83.8189-67.063243.1494
CIE-Lab87.1223-78.140460.5335

#29fb5d color RGB value is (41,251,93).

#29fb5d hex color red value is 41, green value is 251 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #29fb5d hue: 0.37 , saturation: 0.96 and the lightness value of 29fb5d is 0.57.

The process color (four color CMYK) of #29fb5d color hex is 0.84, 0.00, 0.63, 0.02. Web safe color of #29fb5d is #33ff66. Color #29fb5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111011 01011101
Octal 51 373 135
Decimal 41 251 93
Hex 29 FB 5D

RGB Percentages of Color #29fb5d

%10.65
%65.19
%24.16

CMYK Percentages of Color #29fb5d

%84
%0
%63
%2

Triadic Colors of #29fb5d

#29fb5d #5d29fb #fb5d29

Analogous Colors of #29fb5d

#29fb5d #29fbc6 #5efb29

Monochromatic Colors of #29fb5d

#29fb5d

Complementary Color

#29fb5d #fb29c7

#29fb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29fb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29fb5d Color CSS Codes

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

#29fb5d Text Font Color

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

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


#29fb5d Background Color

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

This div background color is #29fb5d


#29fb5d Border Color

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

This div border color is #29fb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29fb5d


Comments

No comments written yet.

Please login to write comment.