COLOR #1DA43E

HEX: #1DA43E RGB: (29,164,62)

Color info

#1DA43E contains mainly green color. Web safe color of #1DA43E is #339933 (or #393).

RGB color model

#1DA43E color RGB value is (29,164,62).

RGB: (29,164,62) (11%, 64%, 24%)

RGB channels and saturation

R 29 of 255 = 11%
G 164 of 255 = 64%
B 62 of 255 = 24%

29
164
62

R + G + B ~ 33%. #1DA43E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 164 + 62 = 255 (100%)
R 29 of 255 ~ 11.37%
G 164 of 255 ~ 64.31%
B 62 of 255 ~ 24.31'%

%11.37
%64.31
%24.31

CMYK color model

#1DA43E color CMYK value is (82,0,62,36).

  • cyan value is 82.32%
  • magenta value is 0.00%
  • yellow value is 62.20%
  • key color value is 35.69%

CMYK: (82,0,62,36)
C82M0Y62K36 (82%, 0%, 62%, 36%)
(0.82 / 0.00 / 0.62 / 0.36)

CMYK percentages

%82.32
%0
%62.2
%35.69

Codes

Color #1DA43E in popluar color models

1D A4 3E
RGB 29 164 62
HSL 135° 69.95% 37.84%
HSB/HSV 135° 82.32% 64.31%
CMYK 82.32% 0.00% 62.20%
35.69%

Color #1DA43E in popluar number systems.

HEX 1D A4 3E
Decimal 29 164 62
Binary 11101 10100100 111110
Octal 35 244 76

Shades and tints

Shades of #1DA43E

#1DA43E
(29,164,62)
#1B9639
(27,150,57)
#198834
(25,136,52)
#177A2F
(23,122,47)
#156C2A
(21,108,42)
#135E25
(19,94,37)
#115020
(17,80,32)
#0F421B
(15,66,27)
#0D3416
(13,52,22)
#0B2611
(11,38,17)
#09180C
(9,24,12)
#000000
(0,0,0)

Tints of #1DA43E

#1DA43E
(29,164,62)
#31AC4F
(49,172,79)
#45B460
(69,180,96)
#59BC71
(89,188,113)
#6DC482
(109,196,130)
#81CC93
(129,204,147)
#95D4A4
(149,212,164)
#A9DCB5
(169,220,181)
#BDE4C6
(189,228,198)
#D1ECD7
(209,236,215)
#E5F4E8
(229,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DA43E color. Also use rgb(29,164,62) instead hex code.

Text Font Color

.myTextColor { color: #1DA43E; }

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

This text font color is #1DA43E.

Background Color

.myBgColor { background-color: #1DA43E; }

<div style="background-color:#1DA43E">Inner text</div>

This div background color is #1DA43E.

Border color

.myBorderColor { border: 1px solid #1DA43E; }

<div style="border:3px solid #1DA43E">Div</div>

This div border color is #1DA43E.

Opacity

.myOpacity80 { color: #1DA43E; opacity: 0.8; }

<p style="color:#1DA43E;opacity:0.8;">80%</p>

Text with #1DA43E 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 #1DA43E;}

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

This text has shadow with #1DA43E color.


.textShadow {text-shadow: 3px 3px 1px #1DA43E', 3px 3px 1px red;}

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

This text has shadow with #1DA43E primary color and red secondary color.


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

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

This text has shadow with #1DA43E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1DA43E; -webkit-box-shadow: 1px 1px 3px 2px #1DA43E; box-shadow:1px 1px 3px 2px #1DA43E;">
Div content here
</div>

This div box has shadow with color #1DA43E.

Preview

Color preview on black background

This text has color #1DA43E on black background.


Color preview on white background

This text has color #1DA43E on white background.


Black color preview on #1DA43E background

This text has black color on #1DA43E background.


White color preview on #1DA43E background

This text has white color on #1DA43E background.


Related colors

Complementary color

Complementary color for #hex is #E25BC1.


I love getcolorcode.com

Triadic colors

1 #3E1DA4 and #A43E1D with #1DA43E are triadic colors.

2 #3EA41D and #A41D3E with #1DA43E are triadic colors.