Fluro green to RGB — Color Code

#0aff02
Format Value
HEX #0aff02
RGB rgb(10, 255, 2)
HSL hsl(118.1, 100%, 50.4%)
CMYK cmyk(96.1%, 0%, 99.2%, 0%)
HSV hsv(118.1, 99.2%, 100%)

fluro green color harmonies

Tints & shades of fluro green

Tints (lighter)

#20ff19 #37ff30 #4dff47 #63ff5e #79ff75 #90ff8c #a6ffa3 #bcffba #d2ffd1 #e9ffe8

Shades (darker)

#09e802 #08d102 #07b901 #06a201 #058b01 #057401 #045d01 #034601 #022e00 #011700

Contrast & accessibility

The quick brown fox

On white · 1.37:1 · Fail

The quick brown fox

On black · 15.32:1 · AAA

Recommended text color: #000000

Use fluro green in code

CSS color: #0aff02;
SCSS $color: #0aff02;
Tailwind bg-[#0aff02]
Swift UIColor(red: 0.039, green: 1.000, blue: 0.008, alpha: 1)
Android Color.parseColor("#0aff02")
Flutter Color(0xFF0AFF02)

Colors similar to fluro green

Browse all Green colors →

What is the RGB code for fluro green?

The CSS color fluro green in RGB format is rgb(10, 255, 2). Use this value directly in CSS, SVG, and most design tools.

How do I use fluro green in CSS?

To apply fluro green in CSS:

  • Text color: color: rgb(10, 255, 2);
  • Background: background-color: rgb(10, 255, 2);
  • Border: border-color: rgb(10, 255, 2);

What are all the color format values for fluro green?

FormatValue
HEX#0aff02
RGBrgb(10, 255, 2)
HSLhsl(118.1, 100%, 50.4%)
CMYKcmyk(96.1%, 0%, 99.2%, 0%)

How do I convert fluro green to RGB?

Select fluro green from the color name list in our color converter. The RGB value — rgb(10, 255, 2) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does fluro green belong to?

fluro green belongs to the green color family. It is a medium, vivid color with HSL values: hue 118.1°, saturation 100%, lightness 50.4%.

How do I create lighter and darker shades of fluro green?

Lighter variant (lightness 65.4%): #54ff4f. Darker variant (lightness 35.4%): #06b500. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.