COLOR #1DED68

HEX: #1DED68
RGB: (29,237,104)

Color info

#1DED68 contains mainly green color. Web safe color of #1DED68 is #33FF66 (or #3F6).

RGB color model

#1DED68 color RGB value is (29,237,104).

  • red value is 29;
  • green value is 237;
  • blue value is 104.
RGB:
(29,237,104)
(11%,93%,41%)

RGB channels and saturation

R 29 of 255 = 11%
G 237 of 255 = 93%
B 104 of 255 = 41%

29
237
104

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

Portions of RGB colors in percentages

R + G + B =
29 + 237 + 104 = 370 (100%)
R 29 of 370 ~ 7.84%
G 237 of 370 ~ 64.05%
B 104 of 370 ~ 28.11%

%64.05
%28.11

CMYK color model

#1DED68 color CMYK value is (88,0,56,7).

  • cyan value is 87.76%
  • magenta value is 0.00%
  • yellow value is 56.12%
  • key color value is 7.06%
CMYK:
(88,0,56,7)
C88M0Y56K7 
(88%,0%,56%,7%)
(0.88/0.00/0.56/0.07)	

CMYK percentages

%87.76
%0
%56.12
%7.06

Codes

Color #1DED68 in popluar color models

1DED68
RGB29237104
HSL142°85.25%52.16%
HSB/HSV142°87.76%92.94%
CMYK87.76%0.00%56.12%
7.06%

Color #1DED68 in popluar number systems.

HEX1DED68
Decimal29237104
Binary11101111011011101000
Octal35355150

Shades and tints

Shades of #1DED68

#1DED68
(29,237,104)
#1BD85F
(27,216,95)
#19C356
(25,195,86)
#17AE4D
(23,174,77)
#159944
(21,153,68)
#13843B
(19,132,59)
#116F32
(17,111,50)
#0F5A29
(15,90,41)
#0D4520
(13,69,32)
#0B3017
(11,48,23)
#091B0E
(9,27,14)
#000000
(0,0,0)

Tints of #1DED68

#1DED68
(29,237,104)
#31EE75
(49,238,117)
#45EF82
(69,239,130)
#59F08F
(89,240,143)
#6DF19C
(109,241,156)
#81F2A9
(129,242,169)
#95F3B6
(149,243,182)
#A9F4C3
(169,244,195)
#BDF5D0
(189,245,208)
#D1F6DD
(209,246,221)
#E5F7EA
(229,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DED68 color. Also use rgb(29,237,104) instead hex code.

Text Font Color

.myTextColor { color: #1DED68; }

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

This text font color is #1DED68.


Background Color

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

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

This div background color is #1DED68.


Border color

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

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

This div border color is #1DED68.


Opacity

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

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

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

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

This text has shadow with #1DED68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DED68 on black background.


Color preview on white background

This text has color #1DED68 on white background.



Black color preview on #1DED68 background

This text has black color on #1DED68 background.


White color preview on #1DED68 background

This text has white color on #1DED68 background.