COLOR #1DE297

HEX: #1DE297
RGB: (29,226,151)

Color info

#1DE297 contains mainly green color. Web safe color of #1DE297 is #33CC99 (or #3C9).

RGB color model

#1DE297 color RGB value is (29,226,151).

  • red value is 29;
  • green value is 226;
  • blue value is 151.
RGB:
(29,226,151)
(11%,89%,59%)

RGB channels and saturation

R 29 of 255 = 11%
G 226 of 255 = 89%
B 151 of 255 = 59%

29
226
151

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

Portions of RGB colors in percentages

R + G + B =
29 + 226 + 151 = 406 (100%)
R 29 of 406 ~ 7.14%
G 226 of 406 ~ 55.67%
B 151 of 406 ~ 37.19%

%55.67
%37.19

CMYK color model

#1DE297 color CMYK value is (87,0,33,11).

  • cyan value is 87.17%
  • magenta value is 0.00%
  • yellow value is 33.19%
  • key color value is 11.37%
CMYK:
(87,0,33,11)
C87M0Y33K11 
(87%,0%,33%,11%)
(0.87/0.00/0.33/0.11)	

CMYK percentages

%87.17
%0
%33.19
%11.37

Codes

Color #1DE297 in popluar color models

1DE297
RGB29226151
HSL157°77.25%50.00%
HSB/HSV157°87.17%88.63%
CMYK87.17%0.00%33.19%
11.37%

Color #1DE297 in popluar number systems.

HEX1DE297
Decimal29226151
Binary111011110001010010111
Octal35342227

Shades and tints

Shades of #1DE297

#1DE297
(29,226,151)
#1BCE8A
(27,206,138)
#19BA7D
(25,186,125)
#17A670
(23,166,112)
#159263
(21,146,99)
#137E56
(19,126,86)
#116A49
(17,106,73)
#0F563C
(15,86,60)
#0D422F
(13,66,47)
#0B2E22
(11,46,34)
#091A15
(9,26,21)
#000000
(0,0,0)

Tints of #1DE297

#1DE297
(29,226,151)
#31E4A0
(49,228,160)
#45E6A9
(69,230,169)
#59E8B2
(89,232,178)
#6DEABB
(109,234,187)
#81ECC4
(129,236,196)
#95EECD
(149,238,205)
#A9F0D6
(169,240,214)
#BDF2DF
(189,242,223)
#D1F4E8
(209,244,232)
#E5F6F1
(229,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DE297 color. Also use rgb(29,226,151) instead hex code.

Text Font Color

.myTextColor { color: #1DE297; }

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

This text font color is #1DE297.


Background Color

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

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

This div background color is #1DE297.


Border color

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

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

This div border color is #1DE297.


Opacity

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

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

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

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

This text has shadow with #1DE297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DE297 on black background.


Color preview on white background

This text has color #1DE297 on white background.



Black color preview on #1DE297 background

This text has black color on #1DE297 background.


White color preview on #1DE297 background

This text has white color on #1DE297 background.