crispedge.com

Color picker

Loading...

#1dde1d hex color - Green - Cool color - Information

#1dde1d hex color - Green - Cool color

Color Hue/Base color: Green

Hex #1dde1d Color code in RGB color code model is created after adding 11.37% red color, 87.06% green color and 11.37% blue color. Hex #1dde1d Color code in CMYK color (process color) code model is generated after subtraction of 87% cyan, 0% magenta, 87% yellow and 13% black.

Hex #1dde1d color code is between #22dd22 web safe hex color code and #11ee11 web safe hex color code. #22dd22 is the nearest web safe color code. You can see here many more shades of #1dde1d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code1dde1d#1dde1d
RGB Decimal29, 222, 29rgb(29, 222, 29)
RGB Percent11%, 87%, 11%rgb(11%, 87%, 11%)
CSS RGBa29, 222, 29,1rgba(29,222,29,1)
CMYK Modelcmyk(87%,0%,87%,13%)
HSL Color Space120,77% ,49%hsl(120,77% ,49%)
HSV Color Space120°, 87%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000111011101111000011101
Octal3533635
Decimal2922229
Hex1dde1d

Different shades of #1dde1d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #1dde1d
#47e747
Dark Shade of #1dde1d
#17b117
Saturated Shade of #1dde1d
#10eb10
Desaturated Shade of #1dde1d
#2ad12a
Grey scale Shade of #1dde1d
#7d7d7d
Brighten Shade
#36f736
Most Readable Shade
#000000

Shades of #1dde1d color code

Generate more color scales with scales (color stack) generator.

#1dde1d
#19c519
#16ac16
#139413
#107b10
#0c620c
#094a09
#063106
#031803
#000000

Similar Color like #1dde1d color

Find visually similar hex color codes nearing to #1dde1d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#1edf1e
#1fe01f
#20e120
#21e221
#22e322
#23e423
#24e524
#25e625
#26e726
#27e827
#28e928
#29ea29
#2aeb2a
#2bec2b
#1cdd1c
#1bdc1b
#1adb1a
#19da19
#18d918
#17d817
#16d716
#15d615
#14d514
#13d413
#12d312
#11d211
#10d110
#0fd00f

Monochromatic Color with #1dde1d

#1dde1d
#010901
#073407
#0c5e0c
#128912
#17b317

Tints of #1dde1d Color

#1dde1d
#36e136
#4fe54f
#68e968
#81ec81
#9af09a
#b3f4b3
#ccf7cc
#e5fbe5
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#1dde1d
#de1dde

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#1dde1d
#7e1dde
#de1d7e

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#6ade1d
#44de1d
#1dde1d
#1dde44
#1dde6a

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#1dde1d
#1d1dde
#de1d1d

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#1dde1d
#1d7dde
#de1dde
#de7d1d

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#1dde1d
#de1dde
#de1d7e
#1dde7e

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #1dde1d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#1dde1d Color Code Preview on Black Background Color

This is how #1dde1d Color will look on black background color. Color contrast ratio is 11.52

#1dde1d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#1dde1d">Your Example Paragraph content text in with font color #1dde1d </p>

Your Example Paragraph content text in with font color #1dde1d

HTML with inline CSS

<div style="color:#1dde1d">Your Paragraph text in with font color #1dde1d </div>

Your Example Paragraph content text in with font color #1dde1d

#1dde1d color code is use for CSS Background Color

Background color for the above div is #1dde1d

HTML with inline CSS

<div style="background-color:#1dde1d;"></div>

#1dde1d color code is use for CSS Border Color

CSS Border color for the above div is #1dde1d

HTML with inline CSS

<div style="border:5px solid #1dde1d;"></div>

CSS Border Left color for the above div is #1dde1d

HTML with inline CSS

<div style="border-left:5px solid #1dde1d;"></div>

CSS Border Right color for the above div is #1dde1d

HTML with inline CSS

<div style="border-right:5px solid #1dde1d;"></div>

CSS Border Bottom color for the above div is #1dde1d

HTML with inline CSS

<div style="border-bottom:5px solid #1dde1d;"></div>

CSS Border Top color for the above div is #1dde1d

HTML with inline CSS

<div style="border-top:5px solid #1dde1d;"></div>

#1dde1d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#1dde1d; } .examplecolorclass {color:#1dde1d; } .examplebordercolor {border:3px solid #1dde1d; }

#1dde1d Color code Preview on White Background

This is how #1dde1d Color code will look on white background color. Color contrast ratio is 1.82

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #1dde1d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #1dde1d; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(29,222,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,29,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(29,222,29,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.