Skip to content

#0ccf2c

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

RGB
12, 207, 44
HSL
130°, 89%, 43%
CMYK
94, 0, 79, 19
Luminance
0.4489

At a glance

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

Hex
#0ccf2c
Hue
130°
green
Saturation
89%
electric
Lightness
43%
dark
Brightness
81%
HSV value
Perceived
63%
weighted brightness
Luminance
0.4489
WCAG relative
Temperature
Cool
67/100 cool
Color family
Green
Tone
Electric
Best ink
Black
9.98:1
Closest name
Lime Green
ΔE2000 1.1
Where it sits
Hue130° of 360°
Saturation89%
Lightness43%
Temperature
Warm ← → Cool67% 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#0ccf2c
RGBrgb(12, 207, 44)
HSLhsl(130, 89%, 43%)
CMYKcmyk(94%, 0%, 79%, 19%)
LABlab(72.8 -71.6 63.4)
LCHlch(72.8 95.6 138.5)
OKLCHoklch(0.742 0.240 143.8)
Decimal839468
Display P3color(display-p3 0.047 0.812 0.173)

Copy-ready code

/* CSS */
color: #0ccf2c;
background-color: #0ccf2c;
/* Tailwind (arbitrary) */
class="text-[#0ccf2c] bg-[#0ccf2c]"
/* SCSS */
$brand: #0ccf2c;
/* SwiftUI */
Color(red: 0.047, green: 0.812, blue: 0.173)
/* Android */
Color.parseColor("#0ccf2c")
/* Flutter */
Color(0xFF0CCF2C)
/* Python / OpenCV (BGR) */
(44, 207, 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 #0ccf2c · 9.98:1
Use #000000AAA at every size.
Aa
White text · 2.10:1
AA fail · AA large fail · AAA fail
Aa
Black text · 9.98:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #0ccf2c as text scores 2.10:1 on white and 9.98:1 on black.

Accessibility — WCAG contrast

Aa
#0ccf2c on white: 2.10:1
AA ✗ fail · AA-large · AAA
Aa
#0ccf2c on black: 9.98:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D3BA00
deuteranopia · #C1AE40
tritanopia · #00C9B1

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #0ccf2c 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.

#F2FDF4
#E5FBE8
#C4F8CC
#95F9A5
#60F678
#2BF34C
#0DE731
#0ccf2c
#099A21
#0B6F1B
#074611
Base = 700Lightest = 50 · #F2FDF4Darkest = 950 · #074611
:root {
  --brand-50: #F2FDF4;
  --brand-100: #E5FBE8;
  --brand-200: #C4F8CC;
  --brand-300: #95F9A5;
  --brand-400: #60F678;
  --brand-500: #2BF34C;
  --brand-600: #0DE731;
  --brand-700: #0ccf2c;
  --brand-800: #099A21;
  --brand-900: #0B6F1B;
  --brand-950: #074611;
  --brand: #0ccf2c;
  --brand-ink: #000000;
}

Colors that work with #0ccf2c

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#F4FAF5
Tinted page background
Border#C0EDC7
Hairlines and dividers
Muted text#4B9B58
Captions on the surface
Accent#C108D3
Second voice, not a rival
Dark variant#07781A
Hover, pressed, headers
Light variant#E7FEEB
Selected rows, tints
Dark surface#142416
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 #0ccf2c

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#CF0CAF
Analogous left#4ECF0C
Analogous right#0CCF8D
Split-complement 1#8D0CCF
Split-complement 2#CF0C4E
Triadic 1#2C0CCF
Triadic 2#CF2C0C
Tetradic#0C4ECF

RGB percentages

Red4.7%
Green81.2%
Blue17.3%

CMYK percentages

Cyan94.2%
Magenta0.0%
Yellow78.7%
Key (black)18.8%

Color previews

#0ccf2c text on a black background

contrast 9.98:1

Card sample

#0ccf2c text on a white background

contrast 2.10:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #0ccf2c

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.

#0ccf2c 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.

#0ccf2c, answered

What color is #0ccf2c?

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

What is the RGB value of #0ccf2c?

rgb(12, 207, 44) — 12 red, 207 green and 44 blue out of 255, or 4.7% / 81.2% / 17.3% by channel.

Is #0ccf2c a light or a dark color?

It is a mid-tone. Relative luminance is 0.4489 and perceived brightness is 63%, so black text on it reaches 9.98:1.

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

Black. It scores 9.98:1 against #0ccf2c, versus 2.10:1 for white — AAA at any size.

What is the complementary color of #0ccf2c?

#CF0CAF sits directly opposite on the wheel. Softer options are the split-complements #8D0CCF and #CF0C4E, which give the same contrast with far less vibration.

What colors go well with #0ccf2c?

For interface work: #F4FAF5 as the surface, #C0EDC7 for borders, #4B9B58 for secondary text, #C108D3 as an accent and #07781A for hover and pressed states. For a palette, the analogous pair #4ECF0C and #0CCF8D stays calm, while #CF0CAF is the loudest partner.

What is #0ccf2c in CMYK for printing?

cmyk(94%, 0%, 79%, 19%). 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 #0ccf2c warm or cool?

Cool — it scores 67 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #34CF0C; nudged cooler, #0AD173.

Work with #0ccf2c in the Color Lab