COLOR #1DFC77

HEX: #1DFC77 RGB: (29,252,119)

Color info

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

RGB color model

#1DFC77 color RGB value is (29,252,119).

RGB: (29,252,119) (11%, 99%, 47%)

RGB channels and saturation

R 29 of 255 = 11%
G 252 of 255 = 99%
B 119 of 255 = 47%

29
252
119

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

Portions of RGB colors in percentages

R + G + B = 29 + 252 + 119 = 400 (100%)
R 29 of 400 ~ 7.25%
G 252 of 400 ~ 63%
B 119 of 400 ~ 29.75'%

%63
%29.75

CMYK color model

#1DFC77 color CMYK value is (88,0,53,1).

  • cyan value is 88.49%
  • magenta value is 0.00%
  • yellow value is 52.78%
  • key color value is 1.18%

CMYK: (88,0,53,1)
C88M0Y53K1 (88%, 0%, 53%, 1%)
(0.88 / 0.00 / 0.53 / 0.01)

CMYK percentages

%88.49
%0
%52.78
%1.18

Codes

Color #1DFC77 in popluar color models

1D FC 77
RGB 29 252 119
HSL 144° 97.38% 55.10%
HSB/HSV 144° 88.49% 98.82%
CMYK 88.49% 0.00% 52.78%
1.18%

Color #1DFC77 in popluar number systems.

HEX 1D FC 77
Decimal 29 252 119
Binary 11101 11111100 1110111
Octal 35 374 167

Shades and tints

Shades of #1DFC77

#1DFC77
(29,252,119)
#1BE66D
(27,230,109)
#19D063
(25,208,99)
#17BA59
(23,186,89)
#15A44F
(21,164,79)
#138E45
(19,142,69)
#11783B
(17,120,59)
#0F6231
(15,98,49)
#0D4C27
(13,76,39)
#0B361D
(11,54,29)
#092013
(9,32,19)
#000000
(0,0,0)

Tints of #1DFC77

#1DFC77
(29,252,119)
#31FC83
(49,252,131)
#45FC8F
(69,252,143)
#59FC9B
(89,252,155)
#6DFCA7
(109,252,167)
#81FCB3
(129,252,179)
#95FCBF
(149,252,191)
#A9FCCB
(169,252,203)
#BDFCD7
(189,252,215)
#D1FCE3
(209,252,227)
#E5FCEF
(229,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DFC77 color. Also use rgb(29,252,119) instead hex code.

Text Font Color

.myTextColor { color: #1DFC77; }

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

This text font color is #1DFC77.

Background Color

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

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

This div background color is #1DFC77.

Border color

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

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

This div border color is #1DFC77.

Opacity

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

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

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

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

This text has shadow with #1DFC77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1DFC77.

Preview

Color preview on black background

This text has color #1DFC77 on black background.


Color preview on white background

This text has color #1DFC77 on white background.


Black color preview on #1DFC77 background

This text has black color on #1DFC77 background.


White color preview on #1DFC77 background

This text has white color on #1DFC77 background.


Related colors

Complementary color

Complementary color for #hex is #E20388.


I love getcolorcode.com

Triadic colors

1 #771DFC and #FC771D with #1DFC77 are triadic colors.

2 #77FC1D and #FC1D77 with #1DFC77 are triadic colors.