crispedge.com

Color picker

Loading...

#c2e368 hex color - Green - Warm color - Information

#c2e368 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #c2e368 Color code in RGB color code model is created after adding 76.08% red color, 89.02% green color and 40.78% blue color. Hex #c2e368 Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 54% yellow and 11% black.

Hex #c2e368 color code is between #bbdd66 web safe hex color code and #ccee77 web safe hex color code. #bbdd66 is the nearest web safe color code. You can see here many more shades of #c2e368 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec2e368#c2e368
RGB Decimal194, 227, 104rgb(194, 227, 104)
RGB Percent76%, 89%, 41%rgb(76%, 89%, 41%)
CSS RGBa194, 227, 104,1rgba(194,227,104,1)
CMYK Modelcmyk(15%,0%,54%,11%)
HSL Color Space76,69% ,65%hsl(76,69% ,65%)
HSV Color Space76°, 54%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000101110001101101000
Octal302343150
Decimal194227104
Hexc2e368

Different shades of #c2e368 color code.

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

Light Shade of #c2e368
#d3eb93
Dark Shade of #c2e368
#b1db3d
Saturated Shade of #c2e368
#c6ec5f
Desaturated Shade of #c2e368
#beda71
Grey scale Shade of #c2e368
#a5a5a5
Brighten Shade
#dbfc81
Most Readable Shade
#000000

Shades of #c2e368 color code

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

#c2e368
#acc95c
#96b050
#819745
#6b7e39
#56642e
#404b22
#2b3217
#15190b
#000000

Similar Color like #c2e368 color

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

#c3e469
#c4e56a
#c5e66b
#c6e76c
#c7e86d
#c8e96e
#c9ea6f
#caeb70
#cbec71
#cced72
#cdee73
#ceef74
#cff075
#d0f176
#c1e267
#c0e166
#bfe065
#bedf64
#bdde63
#bcdd62
#bbdc61
#badb60
#b9da5f
#b8d95e
#b7d85d
#b6d75c
#b5d65b
#b4d55a

Monochromatic Color with #c2e368

#c2e368
#0c0e07
#31391a
#55632e
#798e41
#9eb855

Tints of #c2e368 Color

#c2e368
#c8e678
#cfe989
#d6ec9a
#ddefab
#e3f2bb
#eaf5cc
#f1f8dd
#f8fbee
#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

#c2e368
#8968e3

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

Split Complementary

#c2e368
#6885e3
#c768e3

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

Analogous Color

#e3d368
#dbe368
#c2e368
#a9e368
#91e368

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

#c2e368
#68c2e3
#e368c2

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

#c2e368
#68e3c6
#8968e3
#e36884

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

#c2e368
#8968e3
#c768e3
#84e368

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

#c2e368 Color Code Preview on Black Background Color

This is how #c2e368 Color will look on black background color. Color contrast ratio is 14.48

#c2e368 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2e368

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2e368

#c2e368 color code is use for CSS Background Color

Background color for the above div is #c2e368

HTML with inline CSS

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

#c2e368 color code is use for CSS Border Color

CSS Border color for the above div is #c2e368

HTML with inline CSS

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

CSS Border Left color for the above div is #c2e368

HTML with inline CSS

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

CSS Border Right color for the above div is #c2e368

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2e368

HTML with inline CSS

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

CSS Border Top color for the above div is #c2e368

HTML with inline CSS

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

#c2e368 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2e368 Color code Preview on White Background

This is how #c2e368 Color code will look on white background color. Color contrast ratio is 1.45

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

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(194,227,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(137,104,227,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,227,104,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.