#65A30D
Tailwind lime-600
#65A30D is a green colour. In RGB it is 101 red, 163 green and 13 blue, which converts to a hue of 85 degrees, 85% saturation and 35% lightness. It is Tailwind lime-600 in that design system's palette.
Color values
| HEX | #65A30D |
|---|---|
| RGB | rgb(101, 163, 13) |
| HSL | hsl(85, 85%, 35%) |
| HSV | hsv(85, 92%, 64%) |
| CMYK | cmyk(38%, 0%, 92%, 36%) |
Contrast and accessibility
Against white the contrast ratio is 3.09:1, and against black it is 6.8: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 | 3.09:1 | Fail | AA |
| Black | 6.8:1 | AA | AAA |
Tints and shades
Lighter tints move #65A30D toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #65A30D; |
|---|---|
| CSS rgb() | color: rgb(101 163 13); |
| Tailwind | bg-[#65a30d] |
| SwiftUI | Color(red: 0.396, green: 0.639, blue: 0.051) |
| Android | Color.parseColor("#65A30D") |
Closest named color
The nearest CSS colour keyword to #65A30D is olivedrab (#6B8E23).