crispedge.com

Color picker

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

#11bb14 hex color - Green - Cool color - Information

#11bb14 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #11bb14 Color code in RGB color code model is created after adding 6.67% red color, 73.33% green color and 7.84% blue color. Hex #11bb14 Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 0% magenta, 89% yellow and 27% black.

Hex #11bb14 color code is between #00aa11 web safe hex color code and #00cc22 web safe hex color code. #00aa11 is the nearest web safe color code. You can see here many more shades of #11bb14 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code11bb14#11bb14
RGB Decimal17, 187, 20rgb(17, 187, 20)
RGB Percent7%, 73%, 8%rgb(7%, 73%, 8%)
CSS RGBa17, 187, 20,1rgba(17,187,20,1)
CMYK Modelcmyk(91%,0%,89%,27%)
HSL Color Space121,83% ,40%hsl(121,83% ,40%)
HSV Color Space121°, 91%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100011011101100010100
Octal2127324
Decimal1718720
Hex11bb14

Different shades of #11bb14 color code.

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

Light Shade of #11bb14
#15ea19
Dark Shade of #11bb14
#0d8c0f
Saturated Shade of #11bb14
#07c50a
Desaturated Shade of #11bb14
#1bb11e
Grey scale Shade of #11bb14
#666666
Brighten Shade
#2ad42d
Most Readable Shade
#000000

Shades of #11bb14 color code

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

#11bb14
#0fa611
#0d910f
#0b7c0d
#09670b
#075308
#053e06
#032904
#011402
#000000

Similar Color like #11bb14 color

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

#12bc15
#13bd16
#14be17
#15bf18
#16c019
#17c11a
#18c21b
#19c31c
#1ac41d
#1bc51e
#1cc61f
#1dc720
#1ec821
#1fc922
#10ba13
#0fb912
#0eb811
#0db710
#0cb60f
#0bb50e
#0ab40d
#09b30c
#08b20b
#07b10a
#06b009
#05af08
#04ae07
#03ad06

Monochromatic Color with #11bb14

#11bb14
#15e519
#021102
#053b06
#09660b
#0d900f

Tints of #11bb14 Color

#11bb14
#2bc22e
#45ca48
#60d162
#7ad97c
#95e096
#afe8b0
#caefca
#e4f7e4
#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

#11bb14
#bb11b8

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

Split Complementary

#11bb14
#6911bb
#bb1163

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

Analogous Color

#52bb11
#30bb11
#11bb14
#11bb36
#11bb58

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

#11bb14
#1411bb
#bb1411

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

#11bb14
#1163bb
#bb11b8
#bb6911

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

#11bb14
#bb11b8
#bb1163
#11bb69

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 #11bb14 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.

#11bb14 Color Code Preview on Black Background Color

This is how #11bb14 Color will look on black background color. Color contrast ratio is 8.14

#11bb14 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #11bb14

HTML with inline CSS

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

Your Example Paragraph content text in with font color #11bb14

#11bb14 color code is use for CSS Background Color

Background color for the above div is #11bb14

HTML with inline CSS

<div style="background-color:#11bb14;"></div>

#11bb14 color code is use for CSS Border Color

CSS Border color for the above div is #11bb14

HTML with inline CSS

<div style="border:5px solid #11bb14;"></div>

CSS Border Left color for the above div is #11bb14

HTML with inline CSS

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

CSS Border Right color for the above div is #11bb14

HTML with inline CSS

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

CSS Border Bottom color for the above div is #11bb14

HTML with inline CSS

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

CSS Border Top color for the above div is #11bb14

HTML with inline CSS

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

#11bb14 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#11bb14 Color code Preview on White Background

This is how #11bb14 Color code will look on white background color. Color contrast ratio is 2.58

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

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.