What is hex #D0FF14 color?

 
The hex code #D0FF14 is also know by an other name that is Arctic Lime.
This color is composed of 208% red, 255% green and 20% blue. So we can say that the RGB value is (208,255,20)
You need to use it for a printer? The CMYK colors code equivalent of hex #D0FF14 is C:18 M:0 Y:92, K:0) .
In the HSV/HSB scale, #D0FF14 has a hue of 72°, 92% saturation and a brightness value of 100%.
If you want to know all about the hex #D0FF14, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #D0FF14 (complementary, analogous, triadic, tetradic...).

Hex #D0FF14 Color Codes & Equivalents

Color Name [Arctic Lime]
RGB Values (208,255,20)
CMYK Values (18%, 0%, 92%, 0%)
HSV/HSB Values (72°, 92%, 100%)
Closest Web Safe
#CCFF00 [Fluorescent Yellow]
Inverse Color
#2f00eb
Closest Pantone®
389 C
Closest RAL
RAL 1026 [Luminous yellow]
Complementary Color
#4314ff

#D0FF14 Converted to Grayscale Codes

Average
#a1a1a1
Lightness (Desaturation)
#8a8a8a
Weighted (BT601)
#d6d6d6
Luma (BT709)
#e4e4e4

Hex #D0FF14 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #D0FF14 is #4314ff. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #D0FF14 you will find #4314ff. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#D0FF14 #4314ff

Analogous Palette

The analogous color scheme of #D0FF14 is composed with colors #FFB814 and #5AFF14. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #D0FF14 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#FFB814 #D0FF14 #5AFF14

Split-Complementary Palette

The split-complementary color scheme of #D0FF14 is composed with colors #B814FF and #145AFF. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#D0FF14 #B814FF #145AFF

Triadic Palette

The triadic color scheme of #D0FF14 is composed with colors #FF14D0 and #14D0FF. They are located to the right and left of your main color #D0FF14 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#D0FF14 #FF14D0 #14D0FF

Tetradic Palette

The tetradic color scheme of #D0FF14 is composed with colors #14D0FF, #4314FF and #FF4314 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#D0FF14 #14D0FF #4314FF #FF4314

Square Palette

The square color scheme of #D0FF14 is composed with colors #14FFB8, #4314FF and #FF145A To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#D0FF14 #14FFB8 #4314FF #FF145A

Tints, Tones & Shades of Hex #D0FF14

Tints

Tints are created by adding white, resulting in lighter shades of #D0FF14.

#D0FF14 #D4FF28 #D8FF3C #DCFF51 #E0FF65 #E4FF7A #E8FF8E #ECFFA2

Tones

Tones are made by mixing with gray, softening the original color.

#D0FF14 #C9F31F #C2E72B #BBDC36 #B4D042 #ADC54D #A6B959 #9FAE64

Shades

Shades result from adding black, creating darker variations.

#D0FF14 #CBFE00 #BBEA00 #ABD500 #9AC100 #8AAD00 #7A9800 #698400

Hex #D0FF14 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #D0FF14
Java new Color(208,255,20);
Python Color(#D0FF14)
.NET Color.FromArgb(255, 208,255,20);
Swift / iOS UIColor(red: 0.82, green: 1, blue: 0.08, alpha: 1)
Kotlin / Android Color.rgb(208, 255, 20)