crispedge.com

Color picker

Loading...

#ccfa2e hex color - Green - Warm color - Information

#ccfa2e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #ccfa2e Color code in RGB color code model is created after adding 80% red color, 98.04% green color and 18.04% blue color. Hex #ccfa2e Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 82% yellow and 2% black.

Hex #ccfa2e color code is between #bbff33 web safe hex color code and #ddee22 web safe hex color code. #bbff33 is the nearest web safe color code. You can see here many more shades of #ccfa2e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeccfa2e#ccfa2e
RGB Decimal204, 250, 46rgb(204, 250, 46)
RGB Percent80%, 98%, 18%rgb(80%, 98%, 18%)
CSS RGBa204, 250, 46,1rgba(204,250,46,1)
CMYK Modelcmyk(18%,0%,82%,2%)
HSL Color Space74,95% ,58%hsl(74,95% ,58%)
HSV Color Space74°, 82%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001111101000101110
Octal31437256
Decimal20425046
Hexccfa2e

Different shades of #ccfa2e color code.

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

Light Shade of #ccfa2e
#d8fb60
Dark Shade of #ccfa2e
#bbef06
Saturated Shade of #ccfa2e
#cfff29
Desaturated Shade of #ccfa2e
#c6ef39
Grey scale Shade of #ccfa2e
#949494
Brighten Shade
#e5ff47
Most Readable Shade
#000000

Shades of #ccfa2e color code

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

#ccfa2e
#b5de28
#9ec223
#88a61e
#718a19
#5a6f14
#44530f
#2d370a
#161b05
#000000

Similar Color like #ccfa2e color

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

#cdfb2f
#cefc30
#cffd31
#d0fe32
#d1ff33
#d2ff34
#d3ff35
#d4ff36
#d5ff37
#d6ff38
#d7ff39
#d8ff3a
#d9ff3b
#daff3c
#cbf92d
#caf82c
#c9f72b
#c8f62a
#c7f529
#c6f428
#c5f327
#c4f226
#c3f125
#c2f024
#c1ef23
#c0ee22
#bfed21
#beec20

Monochromatic Color with #ccfa2e

#ccfa2e
#1f2507
#41500f
#647a17
#87a51e
#a9cf26

Tints of #ccfa2e Color

#ccfa2e
#d1fa45
#d7fb5c
#ddfb73
#e2fc8a
#e8fca2
#eefdb9
#f3fdd0
#f9fee7
#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

#ccfa2e
#5c2efa

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

Split Complementary

#ccfa2e
#2e66fa
#c22efa

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

Analogous Color

#fad62e
#f5fa2e
#ccfa2e
#a3fa2e
#7afa2e

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

#ccfa2e
#2eccfa
#fa2ecc

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

#ccfa2e
#2efac2
#5c2efa
#fa2e66

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

#ccfa2e
#5c2efa
#c22efa
#66fa2e

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 #ccfa2e 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.

#ccfa2e Color Code Preview on Black Background Color

This is how #ccfa2e Color will look on black background color. Color contrast ratio is 17.28

#ccfa2e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccfa2e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccfa2e

#ccfa2e color code is use for CSS Background Color

Background color for the above div is #ccfa2e

HTML with inline CSS

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

#ccfa2e color code is use for CSS Border Color

CSS Border color for the above div is #ccfa2e

HTML with inline CSS

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

CSS Border Left color for the above div is #ccfa2e

HTML with inline CSS

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

CSS Border Right color for the above div is #ccfa2e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccfa2e

HTML with inline CSS

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

CSS Border Top color for the above div is #ccfa2e

HTML with inline CSS

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

#ccfa2e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccfa2e Color code Preview on White Background

This is how #ccfa2e Color code will look on white background color. Color contrast ratio is 1.22

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

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(204,250,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(92,46,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,250,46,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.