COLOR #1DB802

HEX: #1DB802
RGB: (29,184,2)

Color info

#1DB802 contains mainly green color. Web safe color of #1DB802 is #33CC00 (or #3C0).

RGB color model

#1DB802 color RGB value is (29,184,2).

  • red value is 29;
  • green value is 184;
  • blue value is 2.
RGB:
(29,184,2)
(11%,72%,1%)

RGB channels and saturation

R 29 of 255 = 11%
G 184 of 255 = 72%
B 2 of 255 = 1%

29
184
2

R + G + B ~ 28%. #1DB802 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 184 + 2 = 215 (100%)
R 29 of 215 ~ 13.49%
G 184 of 215 ~ 85.58%
B 2 of 215 ~ 0.93%

%13.49
%85.58

CMYK color model

#1DB802 color CMYK value is (84,0,99,28).

  • cyan value is 84.24%
  • magenta value is 0.00%
  • yellow value is 98.91%
  • key color value is 27.84%
CMYK:
(84,0,99,28)
C84M0Y99K28 
(84%,0%,99%,28%)
(0.84/0.00/0.99/0.28)	

CMYK percentages

%84.24
%0
%98.91
%27.84

Codes

Color #1DB802 in popluar color models

1DB802
RGB291842
HSL111°97.85%36.47%
HSB/HSV111°98.91%72.16%
CMYK84.24%0.00%98.91%
27.84%

Color #1DB802 in popluar number systems.

HEX1DB802
Decimal291842
Binary111011011100010
Octal352702

Shades and tints

Shades of #1DB802

#1DB802
(29,184,2)
#1BA802
(27,168,2)
#199802
(25,152,2)
#178802
(23,136,2)
#157802
(21,120,2)
#136802
(19,104,2)
#115802
(17,88,2)
#0F4802
(15,72,2)
#0D3802
(13,56,2)
#0B2802
(11,40,2)
#091802
(9,24,2)
#000000
(0,0,0)

Tints of #1DB802

#1DB802
(29,184,2)
#31BE19
(49,190,25)
#45C430
(69,196,48)
#59CA47
(89,202,71)
#6DD05E
(109,208,94)
#81D675
(129,214,117)
#95DC8C
(149,220,140)
#A9E2A3
(169,226,163)
#BDE8BA
(189,232,186)
#D1EED1
(209,238,209)
#E5F4E8
(229,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DB802 color. Also use rgb(29,184,2) instead hex code.

Text Font Color

.myTextColor { color: #1DB802; }

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

This text font color is #1DB802.


Background Color

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

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

This div background color is #1DB802.


Border color

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

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

This div border color is #1DB802.


Opacity

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

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

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

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

This text has shadow with #1DB802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DB802 on black background.


Color preview on white background

This text has color #1DB802 on white background.



Black color preview on #1DB802 background

This text has black color on #1DB802 background.


White color preview on #1DB802 background

This text has white color on #1DB802 background.