HTML color codes for lime green - hexadecimal + RGB

Discover all HTML codes for the color lime green - hexadecimal, rgb, hsl, hsv, and cmyk, as well as different combinations, schemes, temperatures, hues, and types of lime green color.

#bfff00

códigos del color lime green

Complementary color of lime green:

The complementary color of a color is the opposite of it on the color wheel (chromatic circle)

#4000ff

Monochromatic scheme of the color lime green

#489100
#6aaf00
#8bcf00
#aeef00
#c9ff32
#ddff5f
#eeff81
#ffffa0

This scheme is based on the color lime green and is composed of different hues, tones, and shades, both dark and light.

HTML and CSS codes for the color lime green

formatcode
hex#bfff00
rgbrgb(191,255,0)
hslhsl(76,100%,50%)
cmykcmyk(26, 0, 100, 0)
hsvhsv(76, 100%, 100%)

What is the lime green color in RGB format?

The lime green color in RGB format is composed of (191 in the red channel), (255 in the green channel), and (0 in the blue channel).

What is the lime green color in CMYK format?

It is composed of (26%) cyan, (0%) magenta, (100%) yellow, and (0%) black / key.

What is the composition of the lime green color in HSL?

It is composed of (76°) hue, (100%) saturation, and (50%) lightness.

What is the lime green color in HSV format?

The lime green color in HSV format is composed of (76°) hue, (100%) saturation, and (100%) value.

Analogous scheme of the color lime green

Analogous colors are obtained from the two closest colors within the color wheel.

#bbff00
#3bff00
#ffc300

Triadic scheme of the color lime green

The triadic scheme is obtained from 3 colors equally spaced from each other within the color wheel

#bfff00
#00bfff
#ff00bf

Tetradic scheme of the color lime green

This color scheme is obtained by using two pairs of opposing colors on the color wheel in a rectangular shape.

#bfff00
#00ffc0
#4000ff
#ff003f

Split complementary scheme of the color lime green

This color scheme is obtained by using two pairs of opposing colors on the color wheel in a rectangular shape.

#bfff00
#00ff73
#d900ff

Tints of the color lime green

Tints are obtained from the base color lime green up to reaching white, finding in between shades of pastel colors.

#bfff00
#ccff33
#d9ff66
#e5ff99
#f2ffcc
#ffffff

Shades of the color lime green

These shades are obtained from the base color lime green up to reaching black.

#bfff00
#99cc00
#739900
#4c6600
#263300
#000000

Check the contrast of the color lime green.

You can now validate the contrast relationship of the color lime green, whether using it as a background color or as a text color.

Change the text color.
Contrast ratio: 1.20

Contrast ratio test of the color lime green as a background

Change the background color
Contrast ratio: 13.03

Contrast ratio test of the color lime green as text.

How to implement the color lime green in HTML and CSS

Here are examples of code to use the lime green on your web page. Remember that you can implement the color in HTML using color codes such as hexadecimal, RGB, or HSL, and also directly with the color name written in English (as long as it is natively supported by HTML).

Background color lime green in HTML - CSS.

To set the background color, you can use inline styles or apply them in a CSS stylesheet

<div style="background:#bfff00;"> Color lime green as the background of a div.</div>
/* Color lime green as the background of the body tag with CSS. */
body {
background: #bfff00;
}

To set the text color lime green in HTML - CSS.

To set the text color, you can use inline styles or apply them in a CSS stylesheet.

<p style="color:#bfff00;"> Color lime green as the text color.</p>
p {
color:#bfff00 ;
}

Here are more colors with all their codes