crispedge.com

Color picker

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

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

#48c00b hex color - Green - Cool color

Color Hue/Base color: Green

Hex #48c00b Color code in RGB color code model is created after adding 28.24% red color, 75.29% green color and 4.31% blue color. Hex #48c00b Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 0% magenta, 94% yellow and 25% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code48c00b#48c00b
RGB Decimal72, 192, 11rgb(72, 192, 11)
RGB Percent28%, 75%, 4%rgb(28%, 75%, 4%)
CSS RGBa72, 192, 11,1rgba(72,192,11,1)
CMYK Modelcmyk(63%,0%,94%,25%)
HSL Color Space100,89% ,40%hsl(100,89% ,40%)
HSV Color Space100°, 94%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010001100000000001011
Octal11030013
Decimal7219211
Hex48c00b

Different shades of #48c00b color code.

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

Light Shade of #48c00b
#5af00e
Dark Shade of #48c00b
#369008
Saturated Shade of #48c00b
#45ca01
Desaturated Shade of #48c00b
#4bb615
Grey scale Shade of #48c00b
#656565
Brighten Shade
#61d924
Most Readable Shade
#000000

Shades of #48c00b color code

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

#48c00b
#40aa09
#389508
#308007
#286a06
#205504
#184003
#102a02
#081501
#000000

Similar Color like #48c00b color

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

#49c10c
#4ac20d
#4bc30e
#4cc40f
#4dc510
#4ec611
#4fc712
#50c813
#51c914
#52ca15
#53cb16
#54cc17
#55cd18
#56ce19
#47bf0a
#46be09
#45bd08
#44bc07
#43bb06
#42ba05
#41b904
#40b803
#3fb702
#3eb601
#3db500
#3cb400
#3bb300
#3ab200

Monochromatic Color with #48c00b

#48c00b
#58ea0d
#081601
#184004
#286b06
#389509

Tints of #48c00b Color

#48c00b
#5cc726
#70ce41
#85d55c
#99dc77
#ade392
#c2eaad
#d6f1c8
#eaf8e3
#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

#48c00b
#830bc0

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

Split Complementary

#48c00b
#280bc0
#c00ba3

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

Analogous Color

#90c00b
#6cc00b
#48c00b
#24c00b
#0bc016

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

#48c00b
#0b48c0
#c00b48

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

#48c00b
#0ba2c0
#830bc0
#c0280b

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

#48c00b
#830bc0
#c00ba3
#0bc028

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

#48c00b Color Code Preview on Black Background Color

This is how #48c00b Color will look on black background color. Color contrast ratio is 8.82

#48c00b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#48c00b color code is use for CSS Background Color

Background color for the above div is #48c00b

HTML with inline CSS

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

#48c00b color code is use for CSS Border Color

CSS Border color for the above div is #48c00b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#48c00b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48c00b Color code Preview on White Background

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

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

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.