COLOR #29EA27

HEX: #29EA27
RGB: (41,234,39)

Color info

#29EA27 contains mainly green color. Web safe color of #29EA27 is #33FF33 (or #3F3).

RGB color model

#29EA27 color RGB value is (41,234,39).

  • red value is 41;
  • green value is 234;
  • blue value is 39.
RGB:
(41,234,39)
(16%,92%,15%)

RGB channels and saturation

R 41 of 255 = 16%
G 234 of 255 = 92%
B 39 of 255 = 15%

41
234
39

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

Portions of RGB colors in percentages

R + G + B =
41 + 234 + 39 = 314 (100%)
R 41 of 314 ~ 13.06%
G 234 of 314 ~ 74.52%
B 39 of 314 ~ 12.42%

%13.06
%74.52
%12.42

CMYK color model

#29EA27 color CMYK value is (82,0,83,8).

  • cyan value is 82.48%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 8.24%
CMYK:
(82,0,83,8)
C82M0Y83K8 
(82%,0%,83%,8%)
(0.82/0.00/0.83/0.08)	

CMYK percentages

%82.48
%0
%83.33
%8.24

Codes

Color #29EA27 in popluar color models

29EA27
RGB4123439
HSL119°82.28%53.53%
HSB/HSV119°83.33%91.76%
CMYK82.48%0.00%83.33%
8.24%

Color #29EA27 in popluar number systems.

HEX29EA27
Decimal4123439
Binary10100111101010100111
Octal5135247

Shades and tints

Shades of #29EA27

#29EA27
(41,234,39)
#26D524
(38,213,36)
#23C021
(35,192,33)
#20AB1E
(32,171,30)
#1D961B
(29,150,27)
#1A8118
(26,129,24)
#176C15
(23,108,21)
#145712
(20,87,18)
#11420F
(17,66,15)
#0E2D0C
(14,45,12)
#0B1809
(11,24,9)
#000000
(0,0,0)

Tints of #29EA27

#29EA27
(41,234,39)
#3CEB3A
(60,235,58)
#4FEC4D
(79,236,77)
#62ED60
(98,237,96)
#75EE73
(117,238,115)
#88EF86
(136,239,134)
#9BF099
(155,240,153)
#AEF1AC
(174,241,172)
#C1F2BF
(193,242,191)
#D4F3D2
(212,243,210)
#E7F4E5
(231,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29EA27 color. Also use rgb(41,234,39) instead hex code.

Text Font Color

.myTextColor { color: #29EA27; }

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

This text font color is #29EA27.


Background Color

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

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

This div background color is #29EA27.


Border color

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

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

This div border color is #29EA27.


Opacity

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

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

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

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

This text has shadow with #29EA27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29EA27 on black background.


Color preview on white background

This text has color #29EA27 on white background.



Black color preview on #29EA27 background

This text has black color on #29EA27 background.


White color preview on #29EA27 background

This text has white color on #29EA27 background.