crispedge.com

Color picker

Loading...

#c2f291 hex color - Green - Warm color - Information

#c2f291 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #c2f291 Color code in RGB color code model is created after adding 76.08% red color, 94.9% green color and 56.86% blue color. Hex #c2f291 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 40% yellow and 5% black.

Hex #c2f291 color code is between #bbee99 web safe hex color code and #ccff88 web safe hex color code. #bbee99 is the nearest web safe color code. You can see here many more shades of #c2f291 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec2f291#c2f291
RGB Decimal194, 242, 145rgb(194, 242, 145)
RGB Percent76%, 95%, 57%rgb(76%, 95%, 57%)
CSS RGBa194, 242, 145,1rgba(194,242,145,1)
CMYK Modelcmyk(20%,0%,40%,5%)
HSL Color Space90,79% ,76%hsl(90,79% ,76%)
HSV Color Space90°, 40%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000101111001010010001
Octal302362221
Decimal194242145
Hexc2f291

Different shades of #c2f291 color code.

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

Light Shade of #c2f291
#dbf7bf
Dark Shade of #c2f291
#a9ed63
Saturated Shade of #c2f291
#c2f88b
Desaturated Shade of #c2f291
#c2ec97
Grey scale Shade of #c2f291
#c1c1c1
Brighten Shade
#dbffaa
Most Readable Shade
#000000

Shades of #c2f291 color code

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

#c2f291
#acd780
#96bc70
#81a160
#6b8650
#566b40
#405030
#2b3520
#151a10
#000000

Similar Color like #c2f291 color

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

#c3f392
#c4f493
#c5f594
#c6f695
#c7f796
#c8f897
#c9f998
#cafa99
#cbfb9a
#ccfc9b
#cdfd9c
#cefe9d
#cfff9e
#d0ff9f
#c1f190
#c0f08f
#bfef8e
#beee8d
#bded8c
#bcec8b
#bbeb8a
#baea89
#b9e988
#b8e887
#b7e786
#b6e685
#b5e584
#b4e483

Monochromatic Color with #c2f291

#c2f291
#181d12
#3a482b
#5c7245
#7e9d5e
#a0c778

Tints of #c2f291 Color

#c2f291
#c8f39d
#cff4a9
#d6f6b5
#ddf7c1
#e3f9ce
#eafada
#f1fce6
#f8fdf2
#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

#c2f291
#c191f2

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

Split Complementary

#c2f291
#9191f2
#f291f2

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

Analogous Color

#e9f291
#d5f291
#c2f291
#aff291
#9bf291

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

#c2f291
#91c2f2
#f291c2

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

#c2f291
#91f2f1
#c191f2
#f29191

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

#c2f291
#c191f2
#f291f2
#91f291

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

#c2f291 Color Code Preview on Black Background Color

This is how #c2f291 Color will look on black background color. Color contrast ratio is 16.40

#c2f291 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2f291

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2f291

#c2f291 color code is use for CSS Background Color

Background color for the above div is #c2f291

HTML with inline CSS

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

#c2f291 color code is use for CSS Border Color

CSS Border color for the above div is #c2f291

HTML with inline CSS

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

CSS Border Left color for the above div is #c2f291

HTML with inline CSS

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

CSS Border Right color for the above div is #c2f291

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2f291

HTML with inline CSS

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

CSS Border Top color for the above div is #c2f291

HTML with inline CSS

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

#c2f291 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2f291 Color code Preview on White Background

This is how #c2f291 Color code will look on white background color. Color contrast ratio is 1.28

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

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,242,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(193,145,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,242,145,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.