Hex Color #30BE2D - Custom Color

Color Codes

HEX
#30BE2D
RGB
rgb(48, 190, 45)
HSL
hsl(119, 62%, 46%)
CMYK
cmyk(75%, 0%, 76%, 25%)
HSV
hsv(119, 76%, 75%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 2.46:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 8.53:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #30BE2D;
color: #30BE2D;
border-color: #30BE2D;
}

Tailwind CSS (with arbitrary values)

bg-[#30BE2D]
text-[#30BE2D]
border-[#30BE2D]
// Example usage:
<div className="bg-[#30BE2D]">