HSL(68, 67%, 53%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,67%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 67%, 53%) | color: hsl(68, 67%, 53%) | |
| HEX | #C2D737 | color: #C2D737 | |
| RGB | rgb(194, 215, 55) | color: rgb(194, 215, 55) | |
| CMYK | cmyk(10%, 0%, 74%, 16%) | — | |
| HSV | hsv(68, 74%, 84%) | — | |
| HWB | hwb(68 22% 16%) | color: hwb(68 22% 16%) | |
| OKLCH | oklch(0.836 0.1758 117.01) | color: oklch(0.836 0.1758 117.01) | |
| Lab | lab(82.03 -26.47 71.1) | color: lab(82.03 -26.47 71.1) | |
| LCH | lch(82.03 75.87 110.42) | color: lch(82.03 75.87 110.42) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#CBCB5E — rgb(203, 203, 94)
Deuteranopia (Green-blind)
#CAC867 — rgb(202, 200, 103)
Tritanopia (Blue-blind)
#C37C83 — rgb(195, 124, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 67%, 53%);
text
color: hsl(68, 67%, 53%);
border
border: 2px solid hsl(68, 67%, 53%);
gradient light
background: linear-gradient(to right, hsl(68, 67%, 73%), hsl(68, 67%, 53%));
gradient dark
background: linear-gradient(to right, hsl(68, 67%, 53%), hsl(68, 67%, 33%))
hex
background-color: #C2D737;
tailwind
bg-[hsl(68,67%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 67%, 53%, 0.4);
css variable
--color-primary: hsl(68, 67%, 53%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 67%, 53%)?
HEX: #C2D737 | RGB: rgb(194, 215, 55) | CMYK: 10%, 0%, 74%, 16% | HSV: 68°, 74%, 84%. Copy any format from the conversion table above.
What colors go well with #C2D737?
The complementary color is HSL(248, 67%, 53%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 67%, 53%) in CSS?
As HSL: color: hsl(68, 67%, 53%); — As HEX: color: #C2D737; — As RGB: color: rgb(194, 215, 55); — Tailwind CSS: bg-[hsl(68,67%,53%)] — CSS variable: --color-primary: hsl(68, 67%, 53%);