crispedge.com

Color picker

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

#00f114 hex color - Green - Cool color - Information

#00f114 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #00f114 Color code in RGB color code model is created after adding 0% red color, 94.51% green color and 7.84% blue color. Hex #00f114 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 92% yellow and 5% black.

Hex #00f114 color code is between #00ee11 web safe hex color code and #00ff22 web safe hex color code. #00ee11 is the nearest web safe color code. You can see here many more shades of #00f114 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code00f114#00f114
RGB Decimal0, 241, 20rgb(0, 241, 20)
RGB Percent0%, 95%, 8%rgb(0%, 95%, 8%)
CSS RGBa0, 241, 20,1rgba(0,241,20,1)
CMYK Modelcmyk(100%,0%,92%,5%)
HSL Color Space125,100% ,47%hsl(125,100% ,47%)
HSV Color Space125°, 100%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001111000100010100
Octal036124
Decimal024120
Hex00f114

Different shades of #00f114 color code.

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

Light Shade of #00f114
#25ff37
Dark Shade of #00f114
#00be10
Saturated Shade of #00f114
#00f114
Desaturated Shade of #00f114
#0ce51e
Grey scale Shade of #00f114
#787878
Brighten Shade
#19ff2d
Most Readable Shade
#000000

Shades of #00f114 color code

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

#00f114
#00d611
#00bb0f
#00a00d
#00850b
#006b08
#005006
#003504
#001a02
#000000

Similar Color like #00f114 color

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

#01f215
#02f316
#03f417
#04f518
#05f619
#06f71a
#07f81b
#08f91c
#09fa1d
#0afb1e
#0bfc1f
#0cfd20
#0dfe21
#0eff22
#00f013
#00ef12
#00ee11
#00ed10
#00ec0f
#00eb0e
#00ea0d
#00e90c
#00e80b
#00e70a
#00e609
#00e508
#00e407
#00e306

Monochromatic Color with #00f114

#00f114
#001c02
#004706
#007109
#009c0d
#00c610

Tints of #00f114 Color

#00f114
#1cf22e
#38f448
#55f562
#71f77c
#8df896
#aafab0
#c6fbca
#e2fde4
#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

#00f114
#f100dd

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

Split Complementary

#00f114
#8c00f1
#f10065

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

Analogous Color

#4cf100
#1cf100
#00f114
#00f144
#00f174

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

#00f114
#1400f1
#f11400

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

#00f114
#0064f1
#f100dd
#f18c00

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

#00f114
#f100dd
#f10065
#00f18c

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 #00f114 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.

#00f114 Color Code Preview on Black Background Color

This is how #00f114 Color will look on black background color. Color contrast ratio is 13.59

#00f114 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00f114

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00f114

#00f114 color code is use for CSS Background Color

Background color for the above div is #00f114

HTML with inline CSS

<div style="background-color:#00f114;"></div>

#00f114 color code is use for CSS Border Color

CSS Border color for the above div is #00f114

HTML with inline CSS

<div style="border:5px solid #00f114;"></div>

CSS Border Left color for the above div is #00f114

HTML with inline CSS

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

CSS Border Right color for the above div is #00f114

HTML with inline CSS

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

CSS Border Bottom color for the above div is #00f114

HTML with inline CSS

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

CSS Border Top color for the above div is #00f114

HTML with inline CSS

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

#00f114 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00f114 Color code Preview on White Background

This is how #00f114 Color code will look on white background color. Color contrast ratio is 1.55

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.