COLOR #29EB6B

HEX: #29EB6B
RGB: (41,235,107)

Color info

#29EB6B contains mainly green color. Web safe color of #29EB6B is #33FF66 (or #3F6).

RGB color model

#29EB6B color RGB value is (41,235,107).

  • red value is 41;
  • green value is 235;
  • blue value is 107.
RGB:
(41,235,107)
(16%,92%,42%)

RGB channels and saturation

R 41 of 255 = 16%
G 235 of 255 = 92%
B 107 of 255 = 42%

41
235
107

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

Portions of RGB colors in percentages

R + G + B =
41 + 235 + 107 = 383 (100%)
R 41 of 383 ~ 10.7%
G 235 of 383 ~ 61.36%
B 107 of 383 ~ 27.94%

%10.7
%61.36
%27.94

CMYK color model

#29EB6B color CMYK value is (83,0,54,8).

  • cyan value is 82.55%
  • magenta value is 0.00%
  • yellow value is 54.47%
  • key color value is 7.84%
CMYK:
(83,0,54,8)
C83M0Y54K8 
(83%,0%,54%,8%)
(0.83/0.00/0.54/0.08)	

CMYK percentages

%82.55
%0
%54.47
%7.84

Codes

Color #29EB6B in popluar color models

29EB6B
RGB41235107
HSL140°82.91%54.12%
HSB/HSV140°82.55%92.16%
CMYK82.55%0.00%54.47%
7.84%

Color #29EB6B in popluar number systems.

HEX29EB6B
Decimal41235107
Binary101001111010111101011
Octal51353153

Shades and tints

Shades of #29EB6B

#29EB6B
(41,235,107)
#26D662
(38,214,98)
#23C159
(35,193,89)
#20AC50
(32,172,80)
#1D9747
(29,151,71)
#1A823E
(26,130,62)
#176D35
(23,109,53)
#14582C
(20,88,44)
#114323
(17,67,35)
#0E2E1A
(14,46,26)
#0B1911
(11,25,17)
#000000
(0,0,0)

Tints of #29EB6B

#29EB6B
(41,235,107)
#3CEC78
(60,236,120)
#4FED85
(79,237,133)
#62EE92
(98,238,146)
#75EF9F
(117,239,159)
#88F0AC
(136,240,172)
#9BF1B9
(155,241,185)
#AEF2C6
(174,242,198)
#C1F3D3
(193,243,211)
#D4F4E0
(212,244,224)
#E7F5ED
(231,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29EB6B color. Also use rgb(41,235,107) instead hex code.

Text Font Color

.myTextColor { color: #29EB6B; }

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

This text font color is #29EB6B.


Background Color

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

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

This div background color is #29EB6B.


Border color

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

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

This div border color is #29EB6B.


Opacity

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

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

Text with #29EB6B 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 #29EB6B;}

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

This text has shadow with #29EB6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29EB6B on black background.


Color preview on white background

This text has color #29EB6B on white background.



Black color preview on #29EB6B background

This text has black color on #29EB6B background.


White color preview on #29EB6B background

This text has white color on #29EB6B background.