crispedge.com

Color picker

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

#04ca1e hex color - Green - Cool color - Information

#04ca1e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #04ca1e Color code in RGB color code model is created after adding 1.57% red color, 79.22% green color and 11.76% blue color. Hex #04ca1e Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 0% magenta, 85% yellow and 21% black.

Hex #04ca1e color code is between #00cc22 web safe hex color code and #00bb11 web safe hex color code. #00cc22 is the nearest web safe color code. You can see here many more shades of #04ca1e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code04ca1e#04ca1e
RGB Decimal4, 202, 30rgb(4, 202, 30)
RGB Percent2%, 79%, 12%rgb(2%, 79%, 12%)
CSS RGBa4, 202, 30,1rgba(4,202,30,1)
CMYK Modelcmyk(98%,0%,85%,21%)
HSL Color Space128,96% ,40%hsl(128,96% ,40%)
HSV Color Space128°, 98%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001001100101000011110
Octal431236
Decimal420230
Hex04ca1e

Different shades of #04ca1e color code.

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

Light Shade of #04ca1e
#07fa27
Dark Shade of #04ca1e
#039817
Saturated Shade of #04ca1e
#00ce1b
Desaturated Shade of #04ca1e
#0ec026
Grey scale Shade of #04ca1e
#676767
Brighten Shade
#1de337
Most Readable Shade
#000000

Shades of #04ca1e color code

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

#04ca1e
#03b31a
#039d17
#028614
#027010
#01590d
#01430a
#002c06
#001603
#000000

Similar Color like #04ca1e color

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

#05cb1f
#06cc20
#07cd21
#08ce22
#09cf23
#0ad024
#0bd125
#0cd226
#0dd327
#0ed428
#0fd529
#10d62a
#11d72b
#12d82c
#03c91d
#02c81c
#01c71b
#00c61a
#00c519
#00c418
#00c317
#00c216
#00c115
#00c014
#00bf13
#00be12
#00bd11
#00bc10

Monochromatic Color with #04ca1e

#04ca1e
#05f424
#012005
#014a0b
#027511
#039f18

Tints of #04ca1e Color

#04ca1e
#1fcf37
#3bd550
#57db69
#73e182
#8fe79b
#abedb4
#c7f3cd
#e3f9e6
#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

#04ca1e
#ca04b0

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

Split Complementary

#04ca1e
#8104ca
#ca044d

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

Analogous Color

#39ca04
#12ca04
#04ca1e
#04ca46
#04ca6d

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

#04ca1e
#1e04ca
#ca1e04

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

#04ca1e
#044dca
#ca04b0
#ca8104

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

#04ca1e
#ca04b0
#ca044d
#04ca81

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 #04ca1e 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.

#04ca1e Color Code Preview on Black Background Color

This is how #04ca1e Color will look on black background color. Color contrast ratio is 9.47

#04ca1e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #04ca1e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #04ca1e

#04ca1e color code is use for CSS Background Color

Background color for the above div is #04ca1e

HTML with inline CSS

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

#04ca1e color code is use for CSS Border Color

CSS Border color for the above div is #04ca1e

HTML with inline CSS

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

CSS Border Left color for the above div is #04ca1e

HTML with inline CSS

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

CSS Border Right color for the above div is #04ca1e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #04ca1e

HTML with inline CSS

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

CSS Border Top color for the above div is #04ca1e

HTML with inline CSS

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

#04ca1e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#04ca1e Color code Preview on White Background

This is how #04ca1e Color code will look on white background color. Color contrast ratio is 2.22

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

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.