crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c2e349 hex color - Green - Warm color - Information

#c2e349 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #c2e349 color code is between #bbdd44 web safe hex color code and #ccee55 web safe hex color code. #bbdd44 is the nearest web safe color code. You can see here many more shades of #c2e349 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec2e349#c2e349
RGB Decimal194, 227, 73rgb(194, 227, 73)
RGB Percent76%, 89%, 29%rgb(76%, 89%, 29%)
CSS RGBa194, 227, 73,1rgba(194,227,73,1)
CMYK Modelcmyk(15%,0%,68%,11%)
HSL Color Space73,73% ,59%hsl(73,73% ,59%)
HSV Color Space73°, 68%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000101110001101001001
Octal302343111
Decimal19422773
Hexc2e349

Different shades of #c2e349 color code.

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

Light Shade of #c2e349
#d1ea75
Dark Shade of #c2e349
#b1d821
Saturated Shade of #c2e349
#c8ed3e
Desaturated Shade of #c2e349
#bcd853
Grey scale Shade of #c2e349
#969696
Brighten Shade
#dbfc62
Most Readable Shade
#000000

Shades of #c2e349 color code

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

#c2e349
#acc940
#96b038
#819730
#6b7e28
#566420
#404b18
#2b3210
#151908
#000000

Similar Color like #c2e349 color

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

#c3e44a
#c4e54b
#c5e64c
#c6e74d
#c7e84e
#c8e94f
#c9ea50
#caeb51
#cbec52
#cced53
#cdee54
#ceef55
#cff056
#d0f157
#c1e248
#c0e147
#bfe046
#bedf45
#bdde44
#bcdd43
#bbdc42
#badb41
#b9da40
#b8d93f
#b7d83e
#b6d73d
#b5d63c
#b4d53b

Monochromatic Color with #c2e349

#c2e349
#0c0e05
#313912
#556320
#798e2e
#9eb83b

Tints of #c2e349 Color

#c2e349
#c8e65d
#cfe971
#d6ec85
#ddef99
#e3f2ae
#eaf5c2
#f1f8d6
#f8fbea
#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

#c2e349
#6a49e3

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

Split Complementary

#c2e349
#4975e3
#b749e3

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

Analogous Color

#e3c649
#e1e349
#c2e349
#a3e349
#84e349

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

#c2e349
#49c2e3
#e349c2

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

#c2e349
#49e3b7
#6a49e3
#e34975

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

#c2e349
#6a49e3
#b749e3
#75e349

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

#c2e349 Color Code Preview on Black Background Color

This is how #c2e349 Color will look on black background color. Color contrast ratio is 14.38

#c2e349 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2e349

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2e349

#c2e349 color code is use for CSS Background Color

Background color for the above div is #c2e349

HTML with inline CSS

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

#c2e349 color code is use for CSS Border Color

CSS Border color for the above div is #c2e349

HTML with inline CSS

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

CSS Border Left color for the above div is #c2e349

HTML with inline CSS

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

CSS Border Right color for the above div is #c2e349

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2e349

HTML with inline CSS

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

CSS Border Top color for the above div is #c2e349

HTML with inline CSS

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

#c2e349 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2e349 Color code Preview on White Background

This is how #c2e349 Color code will look on white background color. Color contrast ratio is 1.46

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.