Skip to main content Skip to docs navigation

#48cd13 hex color | Download Dark Green BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Verminal and its hex is #55CC11 Nearest Color Name

Color Hue/Base color: Green

Hex #48cd13 Color code in RGB color code model is created after adding 28.24% red color, 80.39% green color and 7.45% blue color. Hex #48cd13 Color code in CMYK color (process color) code model is generated after subtraction of 65% cyan, 0% magenta, 91% yellow and 19.61% black.

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

RGB Chart

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

Color Table

Hex Color Code 48cd13 #48cd13
RGB Decimal 72, 205, 19 72, 205, 19
RGB Percent 28%, 80%, 7% rgb(28%, 80%, 7%)
CSS RGBa 72, 205, 19,1 rgba(72,205,19,1)
CMYK Model cmyk(65%,0%,91%,19.61%)
HSL Color Space 103,83% ,44% hsl(103,83% ,44%)
HSV Color Space 103°, 91%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01001000 11001101 00010011
Octal 110 315 23
Decimal 72 205 19
Hex 48 cd 13

Different shades of #48cd13 color code.

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

Darkest of #48cd13
#174106
Darker of #48cd13
#27700a
Dark of #48cd13
#389e0f
Base of #48cd13
#48cd13
Light of #48cd13
#60eb28
Lighter
#82ef57
Lightest
#a5f485

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

#48cd13
#9813cd

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

Split Complementary

#48cd13
#3b13cd
#cd13a5

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

Analogous Color

#b5cd13
#96cd13
#48cd13
#13cd1c
#13cd69

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

#48cd13
#cd1348
#1348cd

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

#48cd13
#1348cd
#9813cd
#cd9813

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#48cd13
#13a5cd
#9813cd
#cd3b13

Square 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).

Monochromatic Color with #48cd13

#061202
#174106
#27700a
#389e0f
#48cd13
#60eb28
#82ef57
#a5f485
#c7f8b4

Tints of #48cd13 Color

#48cd13
#5cd22d
#70d847
#85dd61
#99e37b
#ade896
#c2eeb0
#d6f3ca
#eaf9e4
#ffffff

Shades of #48cd13 color code

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

#48cd13
#40b610
#389f0e
#30880c
#28710a
#205b08
#184406
#102d04
#081602
#000000

Tones

#48cd13
#52b729
#5ba040
#658a56
#6f736d

Tones

Similar Color like #48cd13 color

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

#49ce14
#4acf15
#4bd016
#4cd117
#4dd218
#4ed319
#4fd41a
#50d51b
#51d61c
#52d71d
#53d81e
#54d91f
#55da20
#56db21
#47cc12
#46cb11
#45ca10
#44c90f
#43c80e
#42c70d
#41c60c
#40c50b
#3fc40a
#3ec309
#3dc208
#3cc107
#3bc006
#3abf05

Download this Dark Green

Hex #48cd13 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.

#48cd13 Color Code Preview on Black Background Color

This is how #48cd13 Color will look on black background color. Color contrast ratio is 10.02

#48cd13 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#48cd13 color code is use for CSS Background Color

Background color for the above div is #48cd13

HTML with inline CSS

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

#48cd13 color code is use for CSS Border Color

CSS Border color for the above div is #48cd13

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#48cd13 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48cd13 Color code Preview on White Background

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

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(72,205,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(152,19,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(72,205,19,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }