Skip to content

#0ccc3c

a dark, electric green · cool · closest name: Lime Green

RGB
12, 204, 60
HSL
135°, 89%, 42%
CMYK
94, 0, 71, 20
Luminance
0.4359

At a glance

Every number on this page in one read: what #0ccc3c is made of, how bright it looks, and which way it leans.

Hex
#0ccc3c
Hue
135°
green
Saturation
89%
electric
Lightness
42%
dark
Brightness
80%
HSV value
Perceived
62%
weighted brightness
Luminance
0.4359
WCAG relative
Temperature
Cool
69/100 cool
Color family
Green
Tone
Electric
Best ink
Black
9.72:1
Closest name
Lime Green
ΔE2000 1.8
Where it sits
Hue135° of 360°
Saturation89%
Lightness42%
Temperature
Warm ← → Cool69% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#0ccc3c
RGBrgb(12, 204, 60)
HSLhsl(135, 89%, 42%)
CMYKcmyk(94%, 0%, 71%, 20%)
LABlab(72.0 -69.5 57.1)
LCHlch(72.0 90.0 140.6)
OKLCHoklch(0.736 0.228 145.1)
Decimal838716
Display P3color(display-p3 0.047 0.800 0.235)

Copy-ready code

/* CSS */
color: #0ccc3c;
background-color: #0ccc3c;
/* Tailwind (arbitrary) */
class="text-[#0ccc3c] bg-[#0ccc3c]"
/* SCSS */
$brand: #0ccc3c;
/* SwiftUI */
Color(red: 0.047, green: 0.800, blue: 0.235)
/* Android */
Color.parseColor("#0ccc3c")
/* Flutter */
Color(0xFF0CCC3C)
/* Python / OpenCV (BGR) */
(60, 204, 12)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #0ccc3c · 9.72:1
Use #000000AAA at every size.
Aa
White text · 2.16:1
AA fail · AA large fail · AAA fail
Aa
Black text · 9.72:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #0ccc3c as text scores 2.16:1 on white and 9.72:1 on black.

Accessibility — WCAG contrast

Aa
#0ccc3c on white: 2.16:1
AA ✗ fail · AA-large · AAA
Aa
#0ccc3c on black: 9.72:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CFB825
deuteranopia · #BDAB4B
tritanopia · #00C7AF

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #0ccc3c is pinned to step 700; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F2FDF5
#E5FBEA
#C4F8D1
#95F9AE
#60F685
#2BF35D
#0EE744
#0ccc3c
#099A2D
#0B6F24
#074617
Base = 700Lightest = 50 · #F2FDF5Darkest = 950 · #074617
:root {
  --brand-50: #F2FDF5;
  --brand-100: #E5FBEA;
  --brand-200: #C4F8D1;
  --brand-300: #95F9AE;
  --brand-400: #60F685;
  --brand-500: #2BF35D;
  --brand-600: #0EE744;
  --brand-700: #0ccc3c;
  --brand-800: #099A2D;
  --brand-900: #0B6F24;
  --brand-950: #074617;
  --brand: #0ccc3c;
  --brand-ink: #000000;
}

Colors that work with #0ccc3c

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F4FAF6
Tinted page background
Border#C0EDCB
Hairlines and dividers
Muted text#4B9B5F
Captions on the surface
Accent#D108D1
Second voice, not a rival
Dark variant#077823
Hover, pressed, headers
Light variant#E7FEED
Selected rows, tints
Dark surface#142418
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #0ccc3c

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • Black text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#CC0C9C
Analogous left#3CCC0C
Analogous right#0CCC9C
Split-complement 1#9C0CCC
Split-complement 2#CC0C3C
Triadic 1#3C0CCC
Triadic 2#CC3C0C
Tetradic#0C3CCC

RGB percentages

Red4.7%
Green80.0%
Blue23.5%

CMYK percentages

Cyan94.1%
Magenta0.0%
Yellow70.6%
Key (black)20.0%

Color previews

#0ccc3c text on a black background

contrast 9.72:1

Card sample

#0ccc3c text on a white background

contrast 2.16:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #0ccc3c;
Background color
Panel with #0ccc3c background
background-color: #0ccc3c;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #0ccc3c;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(12, 204, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 204, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccc3c;
background: linear-gradient(135deg, #0ccc3c, #0CCCBC);

Monochromatic scale

Palettes built from #0ccc3c

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#0ccc3c in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#0ccc3c, answered

What color is #0ccc3c?

#0ccc3c is a dark electric green, closest to Lime Green (ΔE2000 1.8). It sits at 135° on the hue wheel with 89% saturation and 42% lightness, which reads as cool.

What is the RGB value of #0ccc3c?

rgb(12, 204, 60) — 12 red, 204 green and 60 blue out of 255, or 4.7% / 80% / 23.5% by channel.

Is #0ccc3c a light or a dark color?

It is a mid-tone. Relative luminance is 0.4359 and perceived brightness is 62%, so black text on it reaches 9.72:1.

Should I use black or white text on #0ccc3c?

Black. It scores 9.72:1 against #0ccc3c, versus 2.16:1 for white — AAA at any size.

What is the complementary color of #0ccc3c?

#CC0C9C sits directly opposite on the wheel. Softer options are the split-complements #9C0CCC and #CC0C3C, which give the same contrast with far less vibration.

What colors go well with #0ccc3c?

For interface work: #F4FAF6 as the surface, #C0EDCB for borders, #4B9B5F for secondary text, #D108D1 as an accent and #077823 for hover and pressed states. For a palette, the analogous pair #3CCC0C and #0CCC9C stays calm, while #CC0C9C is the loudest partner.

What is #0ccc3c in CMYK for printing?

cmyk(94%, 0%, 71%, 20%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #0ccc3c warm or cool?

Cool — it scores 69 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #22CC0C; nudged cooler, #0ACE83.

Work with #0ccc3c in the Color Lab