#BEF264
Tailwind lime-300
#BEF264 is a green colour. In RGB it is 190 red, 242 green and 100 blue, which converts to a hue of 82 degrees, 85% saturation and 67% lightness. It is Tailwind lime-300 in that design system's palette.
Color values
| HEX | #BEF264 |
|---|---|
| RGB | rgb(190, 242, 100) |
| HSL | hsl(82, 85%, 67%) |
| HSV | hsv(82, 59%, 95%) |
| CMYK | cmyk(21%, 0%, 59%, 5%) |
Contrast and accessibility
Against white the contrast ratio is 1.31:1, and against black it is 16.07:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.31:1 | Fail | Fail |
| Black | 16.07:1 | AAA | AAA |
Tints and shades
Lighter tints move #BEF264 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #BEF264; |
|---|---|
| CSS rgb() | color: rgb(190 242 100); |
| Tailwind | bg-[#bef264] |
| SwiftUI | Color(red: 0.745, green: 0.949, blue: 0.392) |
| Android | Color.parseColor("#BEF264") |
Closest named color
The nearest CSS colour keyword to #BEF264 is greenyellow (#ADFF2F).