✓ Copied to clipboard
#98FB98 color swatch preview — Color From Pic.
#98FB98 color swatch

#98FB98

#98FB98

📝 Color Information

The hexadecimal color code #98FB98 represents a light shade in the green family. In the RGB color model, this color is composed of 152 red, 251 green, and 152 blue, which translates to approximately 60% red, 98% green, and 60% blue. This makes it a highly saturated color with cool undertones that can evoke different emotional responses depending on its application. When analyzed in the HSL (Hue, Saturation, Lightness) color space, #98FB98 has a hue of 120 degrees, a saturation level of 93%, and a lightness value of 79%. The hue angle of places this color firmly in the green spectrum. In the HSV/HSB color model, this translates to a hue of , saturation of 39%, and brightness/value of 98%. For print applications using the CMYK color model, #98FB98 would be reproduced using 39% cyan, 0% magenta, 39% yellow, and 2% black. The closest web-safe color is #99FF99, which may be useful for ensuring compatibility across older displays and systems. This color works well in various design contexts. As a lighter shade, it's excellent for backgrounds, negative space, and creating a sense of openness in designs. The high saturation makes this color vibrant and attention-grabbing, ideal for call-to-action buttons, highlights, and accent elements. When pairing #98FB98 with other colors, consider its complementary color at hue 300° for maximum contrast, or use analogous colors within 30° of its hue for harmonious combinations. The decimal representation of this color is 10025880, which can be useful in certain programming contexts.

🔢 Color Conversion

Tailwind CSS
green-300
HEX
#98FB98
RGB
rgb(152, 251, 152)
RGB %
60%, 98%, 60%
HSL
hsl(120, 93%, 79%)
HSV
hsv(120, 39%, 98%)
CMYK
39%, 0%, 39%, 2%
Decimal
10025880
Web Safe
#99FF99

🎨 Color Schemes

Complementary
Analogous
Triadic
Split Complementary
Tetradic (Rectangle)

🔄 Alternatives to #98FB98

🌗 Shades and Tints

Shades (adding black)
Tints (adding white)

🎚️ Tones of #98FB98

Tones (adding gray / desaturating)

🌈 Hue Variations of #98FB98

Hue Variations (shifting the color spectrum)

👁️ Preview

Text on #98FB98
This demonstrates text readability on the color background. (Click to edit)
#98FB98 as Text
This shows the color used as text on white. (Click to edit)

👓 Color Blindness Simulator

Check how a color is perceived by people with different types of color blindness to create more accessible designs. Understanding color perception helps ensure your content is accessible to everyone.

📋 CSS Code

:root { --color-hex: #98FB98; --color-rgb: 152, 251, 152; --color-hsl: 120, 93%, 79%; } .bg-color { background-color: #98FB98; } .text-color { color: #98FB98; } .border-color { border-color: #98FB98; }