COLOR #29E676

HEX: #29E676
RGB: (41,230,118)

Color info

#29E676 contains mainly green color. Web safe color of #29E676 is #33CC66 (or #3C6).

RGB color model

#29E676 color RGB value is (41,230,118).

  • red value is 41;
  • green value is 230;
  • blue value is 118.
RGB:
(41,230,118)
(16%,90%,46%)

RGB channels and saturation

R 41 of 255 = 16%
G 230 of 255 = 90%
B 118 of 255 = 46%

41
230
118

R + G + B ~ 51%. #29E676 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
41 + 230 + 118 = 389 (100%)
R 41 of 389 ~ 10.54%
G 230 of 389 ~ 59.13%
B 118 of 389 ~ 30.33%

%10.54
%59.13
%30.33

CMYK color model

#29E676 color CMYK value is (82,0,49,10).

  • cyan value is 82.17%
  • magenta value is 0.00%
  • yellow value is 48.70%
  • key color value is 9.80%
CMYK:
(82,0,49,10)
C82M0Y49K10 
(82%,0%,49%,10%)
(0.82/0.00/0.49/0.10)	

CMYK percentages

%82.17
%0
%48.7
%9.8

Codes

Color #29E676 in popluar color models

29E676
RGB41230118
HSL144°79.08%53.14%
HSB/HSV144°82.17%90.20%
CMYK82.17%0.00%48.70%
9.80%

Color #29E676 in popluar number systems.

HEX29E676
Decimal41230118
Binary101001111001101110110
Octal51346166

Shades and tints

Shades of #29E676

#29E676
(41,230,118)
#26D26C
(38,210,108)
#23BE62
(35,190,98)
#20AA58
(32,170,88)
#1D964E
(29,150,78)
#1A8244
(26,130,68)
#176E3A
(23,110,58)
#145A30
(20,90,48)
#114626
(17,70,38)
#0E321C
(14,50,28)
#0B1E12
(11,30,18)
#000000
(0,0,0)

Tints of #29E676

#29E676
(41,230,118)
#3CE882
(60,232,130)
#4FEA8E
(79,234,142)
#62EC9A
(98,236,154)
#75EEA6
(117,238,166)
#88F0B2
(136,240,178)
#9BF2BE
(155,242,190)
#AEF4CA
(174,244,202)
#C1F6D6
(193,246,214)
#D4F8E2
(212,248,226)
#E7FAEE
(231,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29E676 color. Also use rgb(41,230,118) instead hex code.

Text Font Color

.myTextColor { color: #29E676; }

<p style="color:#29E676">This sample text font color is #29E676.</p>

This text font color is #29E676.


Background Color

.myBgColor { background-color: #29E676; }

<div style="background-color:#29E676">Inner text</div>

This div background color is #29E676.


Border color

.myBorderColor { border: 1px solid #29E676; }

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

This div border color is #29E676.


Opacity

.myOpacity80 { color: #29E676; opacity: 0.8; }

<p style="color:#29E676;opacity:0.8;">80%</p>

Text with #29E676 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #29E676;}

<p style="text-shadow: 3px 3px 1px #29E676">Text here.</p>

This text has shadow with #29E676 color.

.textShadow {text-shadow: 3px 3px 1px #29E676, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #29E676, 5px 5px 20px red">Text here.</p>

This text has shadow with #29E676 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#29E676, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#29E676, Direction=45, Strength=4)">Text</p>

This text has shadow with #29E676 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #29E676;
  -webkit-box-shadow:	1px 1px 3px 2px #29E676;
  box-shadow:		1px 1px 3px 2px #29E676;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #29E676;
-webkit-box-shadow: 1px 1px 3px 2px #29E676;
box-shadow:1px 1px 3px 2px #29E676;">
Div content here</div>
This div box has shadow with color #29E676.

Preview

Color preview on black background

This text has color #29E676 on black background.


Color preview on white background

This text has color #29E676 on white background.



Black color preview on #29E676 background

This text has black color on #29E676 background.


White color preview on #29E676 background

This text has white color on #29E676 background.