HSL(92, 100%, 25%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,100%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 100%, 25%) | color: hsl(92, 100%, 25%) | |
| HEX | #3C8000 | color: #3C8000 | |
| RGB | rgb(60, 128, 0) | color: rgb(60, 128, 0) | |
| CMYK | cmyk(53%, 0%, 100%, 50%) | — | |
| HSV | hsv(92, 100%, 50%) | — | |
| HWB | hwb(92 0% 50%) | color: hwb(92 0% 50%) | |
| OKLCH | oklch(0.5339 0.1591 136.1) | color: oklch(0.5339 0.1591 136.1) | |
| Lab | lab(47.49 -40.97 51.44) | color: lab(47.49 -40.97 51.44) | |
| LCH | lch(47.49 65.76 128.54) | color: lch(47.49 65.76 128.54) |
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)
#595A1F — rgb(89, 90, 31)
Deuteranopia (Green-blind)
#565026 — rgb(86, 80, 38)
Tritanopia (Blue-blind)
#3F373D — rgb(63, 55, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 100%, 25%);
text
color: hsl(92, 100%, 25%);
border
border: 2px solid hsl(92, 100%, 25%);
gradient light
background: linear-gradient(to right, hsl(92, 100%, 45%), hsl(92, 100%, 25%));
gradient dark
background: linear-gradient(to right, hsl(92, 100%, 25%), hsl(92, 100%, 5%))
hex
background-color: #3C8000;
tailwind
bg-[hsl(92,100%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 100%, 25%, 0.4);
css variable
--color-primary: hsl(92, 100%, 25%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 100%, 25%)?
HEX: #3C8000 | RGB: rgb(60, 128, 0) | CMYK: 53%, 0%, 100%, 50% | HSV: 92°, 100%, 50%. Copy any format from the conversion table above.
What colors go well with #3C8000?
The complementary color is HSL(272, 100%, 25%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 100%, 25%) in CSS?
As HSL: color: hsl(92, 100%, 25%); — As HEX: color: #3C8000; — As RGB: color: rgb(60, 128, 0); — Tailwind CSS: bg-[hsl(92,100%,25%)] — CSS variable: --color-primary: hsl(92, 100%, 25%);