HSL(101, 98%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,98%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 98%, 24%) | color: hsl(101, 98%, 24%) | |
| HEX | #277901 | color: #277901 | |
| RGB | rgb(39, 121, 1) | color: rgb(39, 121, 1) | |
| CMYK | cmyk(68%, 0%, 99%, 53%) | — | |
| HSV | hsv(101, 99%, 47%) | — | |
| HWB | hwb(101 0% 53%) | color: hwb(101 0% 53%) | |
| OKLCH | oklch(0.5062 0.1603 139.36) | color: oklch(0.5062 0.1603 139.36) | |
| Lab | lab(44.39 -44.13 48.45) | color: lab(44.39 -44.13 48.45) | |
| LCH | lch(44.39 65.54 132.33) | color: lch(44.39 65.54 132.33) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#4B4B1E — rgb(75, 75, 30)
Deuteranopia (Green-blind)
#464025 — rgb(70, 64, 37)
Tritanopia (Blue-blind)
#2B353A — rgb(43, 53, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 98%, 24%);
text
color: hsl(101, 98%, 24%);
border
border: 2px solid hsl(101, 98%, 24%);
gradient light
background: linear-gradient(to right, hsl(101, 98%, 44%), hsl(101, 98%, 24%));
gradient dark
background: linear-gradient(to right, hsl(101, 98%, 24%), hsl(101, 98%, 4%))
hex
background-color: #277901;
tailwind
bg-[hsl(101,98%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 98%, 24%, 0.4);
css variable
--color-primary: hsl(101, 98%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 98%, 24%)?
HEX: #277901 | RGB: rgb(39, 121, 1) | CMYK: 68%, 0%, 99%, 53% | HSV: 101°, 99%, 47%. Copy any format from the conversion table above.
What colors go well with #277901?
The complementary color is HSL(281, 98%, 24%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 98%, 24%) in CSS?
As HSL: color: hsl(101, 98%, 24%); — As HEX: color: #277901; — As RGB: color: rgb(39, 121, 1); — Tailwind CSS: bg-[hsl(101,98%,24%)] — CSS variable: --color-primary: hsl(101, 98%, 24%);