crispedge.com

Color picker

Loading...

#c2f470 hex color - Green - Warm color - Information

#c2f470 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #c2f470 Color code in RGB color code model is created after adding 76.08% red color, 95.69% green color and 43.92% blue color. Hex #c2f470 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 54% yellow and 4% black.

Hex #c2f470 color code is between #bbee77 web safe hex color code and #ccff66 web safe hex color code. #bbee77 is the nearest web safe color code. You can see here many more shades of #c2f470 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec2f470#c2f470
RGB Decimal194, 244, 112rgb(194, 244, 112)
RGB Percent76%, 96%, 44%rgb(76%, 96%, 44%)
CSS RGBa194, 244, 112,1rgba(194,244,112,1)
CMYK Modelcmyk(20%,0%,54%,4%)
HSL Color Space83,86% ,70%hsl(83,86% ,70%)
HSV Color Space83°, 54%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000101111010001110000
Octal302364160
Decimal194244112
Hexc2f470

Different shades of #c2f470 color code.

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

Light Shade of #c2f470
#d6f89f
Dark Shade of #c2f470
#aef041
Saturated Shade of #c2f470
#c4fc68
Desaturated Shade of #c2f470
#c0ec78
Grey scale Shade of #c2f470
#b2b2b2
Brighten Shade
#dbff89
Most Readable Shade
#000000

Shades of #c2f470 color code

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

#c2f470
#acd863
#96bd57
#81a24a
#6b873e
#566c31
#405125
#2b3618
#151b0c
#000000

Similar Color like #c2f470 color

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

#c3f571
#c4f672
#c5f773
#c6f874
#c7f975
#c8fa76
#c9fb77
#cafc78
#cbfd79
#ccfe7a
#cdff7b
#ceff7c
#cfff7d
#d0ff7e
#c1f36f
#c0f26e
#bff16d
#bef06c
#bdef6b
#bcee6a
#bbed69
#baec68
#b9eb67
#b8ea66
#b7e965
#b6e864
#b5e763
#b4e662

Monochromatic Color with #c2f470

#c2f470
#191f0e
#3b4a22
#5d7435
#7e9f49
#a0c95c

Tints of #c2f470 Color

#c2f470
#c8f57f
#cff68f
#d6f79f
#ddf8af
#e3fabf
#eafbcf
#f1fcdf
#f8fdef
#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

#c2f470
#a270f4

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

Split Complementary

#c2f470
#7080f4
#e470f4

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

Analogous Color

#f4f170
#dcf470
#c2f470
#a8f470
#8df470

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

#c2f470
#70c2f4
#f470c2

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

#c2f470
#70f4e4
#a270f4
#f47080

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

#c2f470
#a270f4
#e470f4
#80f470

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

#c2f470 Color Code Preview on Black Background Color

This is how #c2f470 Color will look on black background color. Color contrast ratio is 16.47

#c2f470 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2f470

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2f470

#c2f470 color code is use for CSS Background Color

Background color for the above div is #c2f470

HTML with inline CSS

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

#c2f470 color code is use for CSS Border Color

CSS Border color for the above div is #c2f470

HTML with inline CSS

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

CSS Border Left color for the above div is #c2f470

HTML with inline CSS

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

CSS Border Right color for the above div is #c2f470

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2f470

HTML with inline CSS

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

CSS Border Top color for the above div is #c2f470

HTML with inline CSS

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

#c2f470 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2f470 Color code Preview on White Background

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

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,244,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(162,112,244,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,244,112,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.