crispedge.com

Color picker

Loading...

#c2f438 hex color - Green - Warm color - Information

#c2f438 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #c2f438 color code is between #bbee33 web safe hex color code and #ccff44 web safe hex color code. #bbee33 is the nearest web safe color code. You can see here many more shades of #c2f438 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec2f438#c2f438
RGB Decimal194, 244, 56rgb(194, 244, 56)
RGB Percent76%, 96%, 22%rgb(76%, 96%, 22%)
CSS RGBa194, 244, 56,1rgba(194,244,56,1)
CMYK Modelcmyk(20%,0%,77%,4%)
HSL Color Space76,90% ,59%hsl(76,90% ,59%)
HSV Color Space76°, 77%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000101111010000111000
Octal30236470
Decimal19424456
Hexc2f438

Different shades of #c2f438 color code.

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

Light Shade of #c2f438
#d1f768
Dark Shade of #c2f438
#b1ec0d
Saturated Shade of #c2f438
#c7fe2d
Desaturated Shade of #c2f438
#bde942
Grey scale Shade of #c2f438
#969696
Brighten Shade
#dbff51
Most Readable Shade
#000000

Shades of #c2f438 color code

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

#c2f438
#acd831
#96bd2b
#81a225
#6b871f
#566c18
#405112
#2b360c
#151b06
#000000

Similar Color like #c2f438 color

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

#c3f539
#c4f63a
#c5f73b
#c6f83c
#c7f93d
#c8fa3e
#c9fb3f
#cafc40
#cbfd41
#ccfe42
#cdff43
#ceff44
#cfff45
#d0ff46
#c1f337
#c0f236
#bff135
#bef034
#bdef33
#bcee32
#bbed31
#baec30
#b9eb2f
#b8ea2e
#b7e92d
#b6e82c
#b5e72b
#b4e62a

Monochromatic Color with #c2f438

#c2f438
#191f07
#3b4a11
#5d741b
#7e9f25
#a0c92e

Tints of #c2f438 Color

#c2f438
#c8f54e
#cff664
#d6f77a
#ddf890
#e3faa6
#eafbbc
#f1fcd2
#f8fde8
#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

#c2f438
#6a38f4

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

Split Complementary

#c2f438
#3864f4
#c838f4

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

Analogous Color

#f4db38
#e8f438
#c2f438
#9cf438
#77f438

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

#c2f438
#38c2f4
#f438c2

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

#c2f438
#38f4c8
#6a38f4
#f43864

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

#c2f438
#6a38f4
#c838f4
#64f438

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

#c2f438 Color Code Preview on Black Background Color

This is how #c2f438 Color will look on black background color. Color contrast ratio is 16.29

#c2f438 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2f438

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2f438

#c2f438 color code is use for CSS Background Color

Background color for the above div is #c2f438

HTML with inline CSS

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

#c2f438 color code is use for CSS Border Color

CSS Border color for the above div is #c2f438

HTML with inline CSS

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

CSS Border Left color for the above div is #c2f438

HTML with inline CSS

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

CSS Border Right color for the above div is #c2f438

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2f438

HTML with inline CSS

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

CSS Border Top color for the above div is #c2f438

HTML with inline CSS

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

#c2f438 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2f438 Color code Preview on White Background

This is how #c2f438 Color code will look on white background color. Color contrast ratio is 1.29

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

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