COLOR #1DE73B

HEX: #1DE73B
RGB: (29,231,59)

Color info

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

RGB color model

#1DE73B color RGB value is (29,231,59).

  • red value is 29;
  • green value is 231;
  • blue value is 59.
RGB:
(29,231,59)
(11%,91%,23%)

RGB channels and saturation

R 29 of 255 = 11%
G 231 of 255 = 91%
B 59 of 255 = 23%

29
231
59

R + G + B ~ 42%. #1DE73B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
29 + 231 + 59 = 319 (100%)
R 29 of 319 ~ 9.09%
G 231 of 319 ~ 72.41%
B 59 of 319 ~ 18.5%

%72.41
%18.5

CMYK color model

#1DE73B color CMYK value is (87,0,74,9).

  • cyan value is 87.45%
  • magenta value is 0.00%
  • yellow value is 74.46%
  • key color value is 9.41%
CMYK:
(87,0,74,9)
C87M0Y74K9 
(87%,0%,74%,9%)
(0.87/0.00/0.74/0.09)	

CMYK percentages

%87.45
%0
%74.46
%9.41

Codes

Color #1DE73B in popluar color models

1DE73B
RGB2923159
HSL129°80.80%50.98%
HSB/HSV129°87.45%90.59%
CMYK87.45%0.00%74.46%
9.41%

Color #1DE73B in popluar number systems.

HEX1DE73B
Decimal2923159
Binary1110111100111111011
Octal3534773

Shades and tints

Shades of #1DE73B

#1DE73B
(29,231,59)
#1BD236
(27,210,54)
#19BD31
(25,189,49)
#17A82C
(23,168,44)
#159327
(21,147,39)
#137E22
(19,126,34)
#11691D
(17,105,29)
#0F5418
(15,84,24)
#0D3F13
(13,63,19)
#0B2A0E
(11,42,14)
#091509
(9,21,9)
#000000
(0,0,0)

Tints of #1DE73B

#1DE73B
(29,231,59)
#31E94C
(49,233,76)
#45EB5D
(69,235,93)
#59ED6E
(89,237,110)
#6DEF7F
(109,239,127)
#81F190
(129,241,144)
#95F3A1
(149,243,161)
#A9F5B2
(169,245,178)
#BDF7C3
(189,247,195)
#D1F9D4
(209,249,212)
#E5FBE5
(229,251,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DE73B color. Also use rgb(29,231,59) instead hex code.

Text Font Color

.myTextColor { color: #1DE73B; }

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

This text font color is #1DE73B.


Background Color

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

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

This div background color is #1DE73B.


Border color

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

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

This div border color is #1DE73B.


Opacity

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

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

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

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

This text has shadow with #1DE73B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DE73B on black background.


Color preview on white background

This text has color #1DE73B on white background.



Black color preview on #1DE73B background

This text has black color on #1DE73B background.


White color preview on #1DE73B background

This text has white color on #1DE73B background.