crispedge.com

Color picker

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

#48ed43 hex color - Green - Cool color - Information

#48ed43 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #48ed43 Color code in RGB color code model is created after adding 28.24% red color, 92.94% green color and 26.27% blue color. Hex #48ed43 Color code in CMYK color (process color) code model is generated after subtraction of 70% cyan, 0% magenta, 72% yellow and 7% black.

Hex #48ed43 color code is between #44ee44 web safe hex color code and #55dd33 web safe hex color code. #44ee44 is the nearest web safe color code. You can see here many more shades of #48ed43 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code48ed43#48ed43
RGB Decimal72, 237, 67rgb(72, 237, 67)
RGB Percent28%, 93%, 26%rgb(28%, 93%, 26%)
CSS RGBa72, 237, 67,1rgba(72,237,67,1)
CMYK Modelcmyk(70%,0%,72%,7%)
HSL Color Space118,83% ,60%hsl(118,83% ,60%)
HSV Color Space118°, 72%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010001110110101000011
Octal110355103
Decimal7223767
Hex48ed43

Different shades of #48ed43 color code.

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

Light Shade of #48ed43
#75f172
Dark Shade of #48ed43
#1ce716
Saturated Shade of #48ed43
#3ef739
Desaturated Shade of #48ed43
#52e34d
Grey scale Shade of #48ed43
#989898
Brighten Shade
#61ff5c
Most Readable Shade
#000000

Shades of #48ed43 color code

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

#48ed43
#40d23b
#38b834
#309e2c
#288325
#20691d
#184f16
#10340e
#081a07
#000000

Similar Color like #48ed43 color

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

#49ee44
#4aef45
#4bf046
#4cf147
#4df248
#4ef349
#4ff44a
#50f54b
#51f64c
#52f74d
#53f84e
#54f94f
#55fa50
#56fb51
#47ec42
#46eb41
#45ea40
#44e93f
#43e83e
#42e73d
#41e63c
#40e53b
#3fe43a
#3ee339
#3de238
#3ce137
#3be036
#3adf35

Monochromatic Color with #48ed43

#48ed43
#071807
#144313
#216d1f
#2e982b
#3bc237

Tints of #48ed43 Color

#48ed43
#5cef57
#70f16c
#85f381
#99f596
#adf7ab
#c2f9c0
#d6fbd5
#eafdea
#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

#48ed43
#e843ed

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

Split Complementary

#48ed43
#9343ed
#ed439d

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

Analogous Color

#8ced43
#6aed43
#48ed43
#43ed60
#43ed82

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

#48ed43
#4348ed
#ed4348

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

#48ed43
#439ded
#e843ed
#ed9343

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

#48ed43
#e843ed
#ed439d
#43ed93

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 #48ed43 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.

#48ed43 Color Code Preview on Black Background Color

This is how #48ed43 Color will look on black background color. Color contrast ratio is 13.47

#48ed43 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48ed43

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48ed43

#48ed43 color code is use for CSS Background Color

Background color for the above div is #48ed43

HTML with inline CSS

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

#48ed43 color code is use for CSS Border Color

CSS Border color for the above div is #48ed43

HTML with inline CSS

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

CSS Border Left color for the above div is #48ed43

HTML with inline CSS

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

CSS Border Right color for the above div is #48ed43

HTML with inline CSS

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

CSS Border Bottom color for the above div is #48ed43

HTML with inline CSS

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

CSS Border Top color for the above div is #48ed43

HTML with inline CSS

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

#48ed43 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48ed43 Color code Preview on White Background

This is how #48ed43 Color code will look on white background color. Color contrast ratio is 1.56

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

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.