crispedge.com

Color picker

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

#3cc064 hex color - Green - Cool color - Information

#3cc064 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #3cc064 Color code in RGB color code model is created after adding 23.53% red color, 75.29% green color and 39.22% blue color. Hex #3cc064 Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 0% magenta, 48% yellow and 25% black.

Hex #3cc064 color code is between #44bb66 web safe hex color code and #33cc55 web safe hex color code. #44bb66 is the nearest web safe color code. You can see here many more shades of #3cc064 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code3cc064#3cc064
RGB Decimal60, 192, 100rgb(60, 192, 100)
RGB Percent24%, 75%, 39%rgb(24%, 75%, 39%)
CSS RGBa60, 192, 100,1rgba(60,192,100,1)
CMYK Modelcmyk(69%,0%,48%,25%)
HSL Color Space138,52% ,49%hsl(138,52% ,49%)
HSV Color Space138°, 69%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001111001100000001100100
Octal74300144
Decimal60192100
Hex3cc064

Different shades of #3cc064 color code.

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

Light Shade of #3cc064
#61ce82
Dark Shade of #3cc064
#309950
Saturated Shade of #3cc064
#2fcd5f
Desaturated Shade of #3cc064
#49b369
Grey scale Shade of #3cc064
#7e7e7e
Brighten Shade
#55d97d
Most Readable Shade
#000000

Shades of #3cc064 color code

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

#3cc064
#35aa58
#2e954d
#288042
#216a37
#1a552c
#144021
#0d2a16
#06150b
#000000

Similar Color like #3cc064 color

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

#3dc165
#3ec266
#3fc367
#40c468
#41c569
#42c66a
#43c76b
#44c86c
#45c96d
#46ca6e
#47cb6f
#48cc70
#49cd71
#4ace72
#3bbf63
#3abe62
#39bd61
#38bc60
#37bb5f
#36ba5e
#35b95d
#34b85c
#33b75b
#32b65a
#31b559
#30b458
#2fb357
#2eb256

Monochromatic Color with #3cc064

#3cc064
#49ea7a
#07160b
#144022
#216b38
#2f954e

Tints of #3cc064 Color

#3cc064
#51c775
#67ce86
#7dd597
#92dca8
#a8e3ba
#beeacb
#d3f1dc
#e9f8ed
#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

#3cc064
#c03c98

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

Split Complementary

#3cc064
#a63cc0
#c03c56

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

Analogous Color

#49c03c
#3cc04a
#3cc064
#3cc07e
#3cc099

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

#3cc064
#643cc0
#c0643c

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

#3cc064
#3c56c0
#c03c98
#c0a63c

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

#3cc064
#c03c98
#c03c56
#3cc0a6

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 #3cc064 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.

#3cc064 Color Code Preview on Black Background Color

This is how #3cc064 Color will look on black background color. Color contrast ratio is 8.92

#3cc064 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3cc064

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3cc064

#3cc064 color code is use for CSS Background Color

Background color for the above div is #3cc064

HTML with inline CSS

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

#3cc064 color code is use for CSS Border Color

CSS Border color for the above div is #3cc064

HTML with inline CSS

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

CSS Border Left color for the above div is #3cc064

HTML with inline CSS

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

CSS Border Right color for the above div is #3cc064

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3cc064

HTML with inline CSS

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

CSS Border Top color for the above div is #3cc064

HTML with inline CSS

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

#3cc064 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3cc064 Color code Preview on White Background

This is how #3cc064 Color code will look on white background color. Color contrast ratio is 2.36

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

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.