crispedge.com

Color picker

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

#07dd0e hex color - Green - Cool color - Information

#07dd0e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #07dd0e Color code in RGB color code model is created after adding 2.75% red color, 86.67% green color and 5.49% blue color. Hex #07dd0e Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 0% magenta, 94% yellow and 13% black.

Hex #07dd0e color code is between #00cc11 web safe hex color code and #00ee00 web safe hex color code. #00cc11 is the nearest web safe color code. You can see here many more shades of #07dd0e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code07dd0e#07dd0e
RGB Decimal7, 221, 14rgb(7, 221, 14)
RGB Percent3%, 87%, 5%rgb(3%, 87%, 5%)
CSS RGBa7, 221, 14,1rgba(7,221,14,1)
CMYK Modelcmyk(97%,0%,94%,13%)
HSL Color Space122,94% ,45%hsl(122,94% ,45%)
HSV Color Space122°, 97%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001111101110100001110
Octal733516
Decimal722114
Hex07dd0e

Different shades of #07dd0e color code.

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

Light Shade of #07dd0e
#1ff826
Dark Shade of #07dd0e
#05ac0b
Saturated Shade of #07dd0e
#00e407
Desaturated Shade of #07dd0e
#12d219
Grey scale Shade of #07dd0e
#727272
Brighten Shade
#20f627
Most Readable Shade
#000000

Shades of #07dd0e color code

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

#07dd0e
#06c40c
#05ab0a
#049309
#037a07
#036206
#024904
#013103
#001801
#000000

Similar Color like #07dd0e color

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

#08de0f
#09df10
#0ae011
#0be112
#0ce213
#0de314
#0ee415
#0fe516
#10e617
#11e718
#12e819
#13e91a
#14ea1b
#15eb1c
#06dc0d
#05db0c
#04da0b
#03d90a
#02d809
#01d708
#00d607
#00d506
#00d405
#00d304
#00d203
#00d102
#00d001
#00cf00

Monochromatic Color with #07dd0e

#07dd0e
#000801
#023303
#035d06
#048809
#06b30b

Tints of #07dd0e Color

#07dd0e
#22e028
#3ee443
#59e85e
#75ec79
#90ef93
#acf3ae
#c7f7c9
#e3fbe4
#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

#07dd0e
#dd07d6

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

Split Complementary

#07dd0e
#7907dd
#dd076b

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

Analogous Color

#56dd07
#2bdd07
#07dd0e
#07dd39
#07dd64

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

#07dd0e
#0e07dd
#dd0e07

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

#07dd0e
#076bdd
#dd07d6
#dd7907

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

#07dd0e
#dd07d6
#dd076b
#07dd79

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 #07dd0e 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.

#07dd0e Color Code Preview on Black Background Color

This is how #07dd0e Color will look on black background color. Color contrast ratio is 11.36

#07dd0e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #07dd0e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #07dd0e

#07dd0e color code is use for CSS Background Color

Background color for the above div is #07dd0e

HTML with inline CSS

<div style="background-color:#07dd0e;"></div>

#07dd0e color code is use for CSS Border Color

CSS Border color for the above div is #07dd0e

HTML with inline CSS

<div style="border:5px solid #07dd0e;"></div>

CSS Border Left color for the above div is #07dd0e

HTML with inline CSS

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

CSS Border Right color for the above div is #07dd0e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #07dd0e

HTML with inline CSS

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

CSS Border Top color for the above div is #07dd0e

HTML with inline CSS

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

#07dd0e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#07dd0e Color code Preview on White Background

This is how #07dd0e Color code will look on white background color. Color contrast ratio is 1.85

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

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.