#C0CA33
Material lime 600
#C0CA33 is a yellow colour. In RGB it is 192 red, 202 green and 51 blue, which converts to a hue of 64 degrees, 60% saturation and 50% lightness. It is Material lime 600 in that design system's palette.
Color values
| HEX | #C0CA33 |
|---|---|
| RGB | rgb(192, 202, 51) |
| HSL | hsl(64, 60%, 50%) |
| HSV | hsv(64, 75%, 79%) |
| CMYK | cmyk(5%, 0%, 75%, 21%) |
Contrast and accessibility
Against white the contrast ratio is 1.79:1, and against black it is 11.74: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.79:1 | Fail | Fail |
| Black | 11.74:1 | AAA | AAA |
Tints and shades
Lighter tints move #C0CA33 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #C0CA33; |
|---|---|
| CSS rgb() | color: rgb(192 202 51); |
| Tailwind | bg-[#c0ca33] |
| SwiftUI | Color(red: 0.753, green: 0.792, blue: 0.200) |
| Android | Color.parseColor("#C0CA33") |
Closest named color
The nearest CSS colour keyword to #C0CA33 is yellowgreen (#9ACD32).