Skip to main content Skip to docs navigation

#dcff35 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Spoiled Egg and its hex is #E8FF2A Nearest Color Name

Color Hue/Base color: Green

Hex #dcff35 Color code in RGB color code model is created after adding 86.27% red color, 100% green color and 20.78% blue color. Hex #dcff35 Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 79% yellow and 0% black.

Hex #dcff35 color code is between #ddee33 web safe hex color code and #ccdd44 web safe hex color code. #ddee33 is the nearest web safe color code. You can see here many more shades of #dcff35 color code.

RGB Chart

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

Color Table

Hex Color Code dcff35 #dcff35
RGB Decimal 220, 255, 53 220, 255, 53
RGB Percent 86%, 100%, 21% rgb(86%, 100%, 21%)
CSS RGBa 220, 255, 53,1 rgba(220,255,53,1)
CMYK Model cmyk(14%,0%,79%,0%)
HSL Color Space 70,100% ,60% hsl(70,100% ,60%)
HSV Color Space 70°, 79%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011100 11111111 00110101
Octal 334 377 65
Decimal 220 255 53
Hex dc ff 35

Different shades of #dcff35 color code.

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

Darkest of #dcff35
#809b00
Darker of #dcff35
#aace00
Dark of #dcff35
#d3ff02
Base of #dcff35
#dcff35
Light of #dcff35
#e5ff68
Lighter
#eeff9b
Lightest
#f7ffce

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

#dcff35
#5835ff

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

Split Complementary

#dcff35
#3577ff
#bd35ff

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

Analogous Color

#ffac35
#ffce35
#dcff35
#99ff35
#44ff35

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

#dcff35
#ff35dc
#35dcff

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

#dcff35
#35dcff
#5835ff
#ff5835

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

Square Color

#dcff35
#35ffbd
#5835ff
#ff3577

Square 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).

Monochromatic Color with #dcff35

#566800
#809b00
#aace00
#d3ff02
#dcff35
#e5ff68
#eeff9b
#f7ffce
#ffffff

Tints of #dcff35 Color

#dcff35
#dfff4b
#e3ff61
#e7ff78
#ebff8e
#efffa5
#f3ffbb
#f7ffd2
#fbffe8
#ffffff

Shades of #dcff35 color code

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

#dcff35
#c3e22f
#abc629
#92aa23
#7a8d1d
#617117
#495511
#30380b
#181c05
#000000

Tones

#dcff35
#cfeb49
#c2d75d
#b4c272
#a7ae86

Tones

Similar Color like #dcff35 color

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

#ddff36
#deff37
#dfff38
#e0ff39
#e1ff3a
#e2ff3b
#e3ff3c
#e4ff3d
#e5ff3e
#e6ff3f
#e7ff40
#e8ff41
#e9ff42
#eaff43
#dbfe34
#dafd33
#d9fc32
#d8fb31
#d7fa30
#d6f92f
#d5f82e
#d4f72d
#d3f62c
#d2f52b
#d1f42a
#d0f329
#cff228
#cef127

Download this Dark Green

Hex #dcff35 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.

#dcff35 Color Code Preview on Black Background Color

This is how #dcff35 Color will look on black background color. Color contrast ratio is 18.40

#dcff35 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcff35

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcff35

#dcff35 color code is use for CSS Background Color

Background color for the above div is #dcff35

HTML with inline CSS

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

#dcff35 color code is use for CSS Border Color

CSS Border color for the above div is #dcff35

HTML with inline CSS

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

CSS Border Left color for the above div is #dcff35

HTML with inline CSS

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

CSS Border Right color for the above div is #dcff35

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcff35

HTML with inline CSS

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

CSS Border Top color for the above div is #dcff35

HTML with inline CSS

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

#dcff35 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcff35 Color code Preview on White Background

This is how #dcff35 Color code will look on white background color. Color contrast ratio is 1.14

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 #dcff35; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #dcff35; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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