crispedge.com

Color picker

Loading...

#c3e114 hex color - Green - Warm color - Information

#c3e114 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #c3e114 Color code in RGB color code model is created after adding 76.47% red color, 88.24% green color and 7.84% blue color. Hex #c3e114 Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 0% magenta, 91% yellow and 12% black.

Hex #c3e114 color code is between #bbdd11 web safe hex color code and #ccee22 web safe hex color code. #bbdd11 is the nearest web safe color code. You can see here many more shades of #c3e114 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec3e114#c3e114
RGB Decimal195, 225, 20rgb(195, 225, 20)
RGB Percent76%, 88%, 8%rgb(76%, 88%, 8%)
CSS RGBa195, 225, 20,1rgba(195,225,20,1)
CMYK Modelcmyk(13%,0%,91%,12%)
HSL Color Space69,84% ,48%hsl(69,84% ,48%)
HSV Color Space69°, 91%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000111110000100010100
Octal30334124
Decimal19522520
Hexc3e114

Different shades of #c3e114 color code.

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

Light Shade of #c3e114
#d3ee3a
Dark Shade of #c3e114
#9ab210
Saturated Shade of #c3e114
#cced08
Desaturated Shade of #c3e114
#bad520
Grey scale Shade of #c3e114
#7a7a7a
Brighten Shade
#dcfa2d
Most Readable Shade
#000000

Shades of #c3e114 color code

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

#c3e114
#adc811
#97af0f
#82960d
#6c7d0b
#566408
#414b06
#2b3204
#151902
#000000

Similar Color like #c3e114 color

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

#c4e215
#c5e316
#c6e417
#c7e518
#c8e619
#c9e71a
#cae81b
#cbe91c
#ccea1d
#cdeb1e
#ceec1f
#cfed20
#d0ee21
#d1ef22
#c2e013
#c1df12
#c0de11
#bfdd10
#bedc0f
#bddb0e
#bcda0d
#bbd90c
#bad80b
#b9d70a
#b8d609
#b7d508
#b6d407
#b5d306

Monochromatic Color with #c3e114

#c3e114
#0b0c01
#303705
#546109
#798c0c
#9eb610

Tints of #c3e114 Color

#c3e114
#c9e42e
#d0e748
#d7eb62
#ddee7c
#e4f196
#ebf5b0
#f1f8ca
#f8fbe4
#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

#c3e114
#3214e1

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

Split Complementary

#c3e114
#145de1
#9814e1

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

Analogous Color

#e1ad14
#e1d614
#c3e114
#9ae114
#71e114

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

#c3e114
#14c3e1
#e114c3

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

#c3e114
#14e198
#3214e1
#e1145c

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

#c3e114
#3214e1
#9814e1
#5de114

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

#c3e114 Color Code Preview on Black Background Color

This is how #c3e114 Color will look on black background color. Color contrast ratio is 14.10

#c3e114 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3e114

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3e114

#c3e114 color code is use for CSS Background Color

Background color for the above div is #c3e114

HTML with inline CSS

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

#c3e114 color code is use for CSS Border Color

CSS Border color for the above div is #c3e114

HTML with inline CSS

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

CSS Border Left color for the above div is #c3e114

HTML with inline CSS

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

CSS Border Right color for the above div is #c3e114

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c3e114

HTML with inline CSS

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

CSS Border Top color for the above div is #c3e114

HTML with inline CSS

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

#c3e114 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c3e114 Color code Preview on White Background

This is how #c3e114 Color code will look on white background color. Color contrast ratio is 1.49

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

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(195,225,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(50,20,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,225,20,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.