@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#52d32e hex color - Green - Cool color - Information

#52d32e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #52d32e Color code in RGB color code model is created after adding 32.16% red color, 82.75% green color and 18.04% blue color. Hex #52d32e Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 0% magenta, 78% yellow and 17.25% black.

Hex #52d32e color code is between #55cc33 web safe hex color code and #44dd22 web safe hex color code. #55cc33 is the nearest web safe color code. You can see here many more shades of #52d32e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 52d32e #52d32e
RGB Decimal 82, 211, 46 rgb(82, 211, 46)
RGB Percent 32%, 83%, 18% rgb(32%, 83%, 18%)
CSS RGBa 82, 211, 46,1 rgba(82,211,46,1)
CMYK Model cmyk(61%,0%,78%,17.25%)
HSL Color Space 107,65% ,50% hsl(107,65% ,50%)
HSV Color Space 107°, 78%, 83%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 11010011 00101110
Octal 122 323 56
Decimal 82 211 46
Hex 52 d3 2e

Different shades of #52d32e color code.

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

Light Shade of #52d32e
#75dc58
Dark Shade of #52d32e
#41aa24
Saturated Shade of #52d32e
#4be021
Desaturated Shade of #52d32e
#59c63b
Grey scale Shade of #52d32e
#808080
Brighten Shade
#6bec47
Most Readable Shade
#000000

Shades of #52d32e color code

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

#52d32e
#48bb28
#3fa423
#368c1e
#2d7519
#245d14
#1b460f
#122e0a
#091705
#000000

Similar Color like #52d32e color

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

#53d42f
#54d530
#55d631
#56d732
#57d833
#58d934
#59da35
#5adb36
#5bdc37
#5cdd38
#5dde39
#5edf3a
#5fe03b
#60e13c
#51d22d
#50d12c
#4fd02b
#4ecf2a
#4dce29
#4ccd28
#4bcc27
#4acb26
#49ca25
#48c924
#47c823
#46c722
#45c621
#44c520

Monochromatic Color with #52d32e

#52d32e
#63fd37
#102909
#205312
#317e1b
#41a825

Tints of #52d32e Color

#52d32e
#65d745
#78dc5c
#8be173
#9ee68a
#b2eba2
#c5f0b9
#d8f5d0
#ebfae7
#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

#52d32e
#af2ed3

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

Split Complementary

#52d32e
#5c2ed3
#d32ea5

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

Analogous Color

#94d32e
#73d32e
#52d32e
#31d32e
#2ed34c

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

#52d32e
#2e52d3
#d32e52

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

#52d32e
#2ea4d3
#af2ed3
#d35c2e

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

#52d32e
#af2ed3
#d32ea5
#2ed35c

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 #52d32e 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.

#52d32e Color Code Preview on Black Background Color

This is how #52d32e Color will look on black background color. Color contrast ratio is 10.72

#52d32e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52d32e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52d32e

#52d32e color code is use for CSS Background Color

Background color for the above div is #52d32e

HTML with inline CSS

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

#52d32e color code is use for CSS Border Color

CSS Border color for the above div is #52d32e

HTML with inline CSS

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

CSS Border Left color for the above div is #52d32e

HTML with inline CSS

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

CSS Border Right color for the above div is #52d32e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #52d32e

HTML with inline CSS

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

CSS Border Top color for the above div is #52d32e

HTML with inline CSS

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

#52d32e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52d32e Color code Preview on White Background

This is how #52d32e Color code will look on white background color. Color contrast ratio is 1.96

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

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(82,211,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,46,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,211,46,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.