#00F82C
A medium, vivid green closely aligning with Lime.
About #00F82C
At its core, #00F82C is a medium and vivid hue. Its closest recognized web color is Lime. In the RGB color space, it consists of 0 red, 248 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 0% magenta, 82% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00F82C
RGB0, 248, 44
HSL130.6°, 100.0%, 48.6%
CMYK100%, 0%, 82%, 3%
HSV130.6°, 100.0%, 97.3%
LAB85.7, -83.2, 75.3
XYZ34.0, 67.3, 13.6
Decimal63532
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.46:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F82C;
}
.text-color {
color: #00F82C;
}
.border-color {
border: 2px solid #00F82C;
}