Color #98FB98
#98FB98rgb(152, 251, 152)
Color Codes
HEX#98FB98
RGBrgb(152, 251, 152)
HSLhsl(120°, 93%, 79%)
CMYKcmyk(39%, 0%, 39%, 2%)
CIELABLab(90.7, -48.3, 38.5)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #98FB98;color: #98FB98;border: 2px solid #98FB98;background: linear-gradient(135deg, #98FB98, #fb98fb);Code Export
css
:root {
--color-primary: #98fb98;
--color-primary-rgb: 152, 251, 152;
--color-primary-hsl: 120, 93%, 79%;
}