What is the Android green hex code?
Modern Android green is #3ddc84; the classic 2007–2019 bugdroid wore the yellower #a4c639.
Why is the Android robot green?
Designer Irina Blok drew from the classic arcade/tech association of green with "go" and machines — then Google’s permissive licensing made the friendly green robot a community asset.
Can I use the Android robot?
Yes — under Google’s CC attribution terms, remixing the bugdroid is explicitly allowed. The green travels with it.
What color is #3ddc84?
#3ddc84 is a balanced vivid green, closest to Medium Spring Green (ΔE2000 6.7). It sits at 147° on the hue wheel with 69% saturation and 55% lightness, which reads as cool.
What is the RGB value of #3ddc84?
rgb(61, 220, 132) — 61 red, 220 green and 132 blue out of 255, or 23.9% / 86.3% / 51.8% by channel.
What is #3ddc84 in HSL and HSV?
hsl(147, 69%, 55%) and hsv(147, 72%, 86%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #3ddc84 a light or a dark color?
It is a light color. Relative luminance is 0.5384 and perceived brightness is 70%, so black text on it reaches 11.77:1.
Should I use black or white text on #3ddc84?
Black. It scores 11.77:1 against #3ddc84, versus 1.78:1 for white — AAA at any size.
Is #3ddc84 accessible on a white background?
#3ddc84 on white scores 1.78:1, which fails WCAG AA at every size. Darken it to #188649 to reach 4.5:1, or #126437 for 7:1.
What is the complementary color of #3ddc84?
#DC3D95 sits directly opposite on the wheel. Softer options are the split-complements #D33DDC and #DC3D46, which give the same contrast with far less vibration.
What colors go well with #3ddc84?
For interface work: #F4FAF7 as the surface, #C0EDD4 for borders, #4B9B6E for secondary text, #E138BF as an accent and #146C3B for hover and pressed states. For a palette, the analogous pair #46DC3D and #3DDCD3 stays calm, while #DC3D95 is the loudest partner.
What is #3ddc84 in CMYK for printing?
cmyk(72%, 0%, 40%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #3ddc84 warm or cool?
Cool — it scores 74 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #3DDC4A; nudged cooler, #3BDEC0.
Which Tailwind color is closest to #3ddc84?
The green family — its 500 step is #22c55e, ΔE2000 6.7 away. That is a visible difference, so define #3ddc84 as a custom token rather than reaching for the built-in.
How do I use #3ddc84 in Tailwind CSS?
Inline it as an arbitrary value with bg-[#3ddc84] or text-[#3ddc84], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #3ddc84 with 50% opacity?
rgba(61, 220, 132, 0.5), or #3ddc8480 in eight-digit hex. Over white that composites to #9EEEC2; over black, #1F6E42.
Is #3ddc84 a web-safe color?
No. The nearest web-safe colour is #33CC99, ΔE2000 7.9 away. The palette only matters for legacy displays and some email clients now.
What does the color #3ddc84 mean?
As a green, it reads safe, growing, natural. Green means go, well, and grown. It carries finance, sustainability and health with almost no explanation needed. At this chroma the effect is amplified — it will dominate whatever sits beside it.
What gradient works with #3ddc84?
The safest is same-hue elevation: linear-gradient(135deg, #71E5A5, #3ddc84 45%, #146C3B). For more colour, a short hue run to #26B2D4 keeps it rich without turning muddy.