COLOR #1DB54C

HEX: #1DB54C
RGB: (29,181,76)

Color info

#1DB54C contains mainly green color. Web safe color of #1DB54C is #33CC33 (or #3C3).

RGB color model

#1DB54C color RGB value is (29,181,76).

  • red value is 29;
  • green value is 181;
  • blue value is 76.
RGB:
(29,181,76)
(11%,71%,30%)

RGB channels and saturation

R 29 of 255 = 11%
G 181 of 255 = 71%
B 76 of 255 = 30%

29
181
76

R + G + B ~ 37%. #1DB54C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 181 + 76 = 286 (100%)
R 29 of 286 ~ 10.14%
G 181 of 286 ~ 63.29%
B 76 of 286 ~ 26.57%

%10.14
%63.29
%26.57

CMYK color model

#1DB54C color CMYK value is (84,0,58,29).

  • cyan value is 83.98%
  • magenta value is 0.00%
  • yellow value is 58.01%
  • key color value is 29.02%
CMYK:
(84,0,58,29)
C84M0Y58K29 
(84%,0%,58%,29%)
(0.84/0.00/0.58/0.29)	

CMYK percentages

%83.98
%0
%58.01
%29.02

Codes

Color #1DB54C in popluar color models

1DB54C
RGB2918176
HSL139°72.38%41.18%
HSB/HSV139°83.98%70.98%
CMYK83.98%0.00%58.01%
29.02%

Color #1DB54C in popluar number systems.

HEX1DB54C
Decimal2918176
Binary11101101101011001100
Octal35265114

Shades and tints

Shades of #1DB54C

#1DB54C
(29,181,76)
#1BA546
(27,165,70)
#199540
(25,149,64)
#17853A
(23,133,58)
#157534
(21,117,52)
#13652E
(19,101,46)
#115528
(17,85,40)
#0F4522
(15,69,34)
#0D351C
(13,53,28)
#0B2516
(11,37,22)
#091510
(9,21,16)
#000000
(0,0,0)

Tints of #1DB54C

#1DB54C
(29,181,76)
#31BB5C
(49,187,92)
#45C16C
(69,193,108)
#59C77C
(89,199,124)
#6DCD8C
(109,205,140)
#81D39C
(129,211,156)
#95D9AC
(149,217,172)
#A9DFBC
(169,223,188)
#BDE5CC
(189,229,204)
#D1EBDC
(209,235,220)
#E5F1EC
(229,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DB54C color. Also use rgb(29,181,76) instead hex code.

Text Font Color

.myTextColor { color: #1DB54C; }

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

This text font color is #1DB54C.


Background Color

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

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

This div background color is #1DB54C.


Border color

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

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

This div border color is #1DB54C.


Opacity

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

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

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

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

This text has shadow with #1DB54C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DB54C on black background.


Color preview on white background

This text has color #1DB54C on white background.



Black color preview on #1DB54C background

This text has black color on #1DB54C background.


White color preview on #1DB54C background

This text has white color on #1DB54C background.