#BFFF00 Limoncello
#BFFF00 (Limoncello) RGB value is (191, 255, 0).
Red value is 191, green value is 255, and blue value is 0.
Cylindrical-coordinate representations (HSL) of color #BFFF00: hue: 75°, saturation: 100%, and lightness: 50%.
Process color (CMYK) of #BFFF00 is 25.1%, 0%, 100%, 0%. Web safe color equivalent of #BFFF00 is ##CCFF00. Color #BFFF00 contains mainly Green.
Color Spaces
| Color spaces of #BFFF00 | Value |
|---|---|
| RGB | 191, 255, 0 |
| HSL | 75°, 100%, 50% |
| HSV / HSB | 75°, 100%, 100% |
| CMYK | 25.1%, 0%, 100%, 0% |
| XYZ | 57.25, 82.6, 12.93 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111111 | 11111111 | 00000000 |
| Octal | 277 | 377 | 000 |
| Decimal | 191 | 255 | 0 |
| Hex | BF | FF | 00 |
Shades of #BFFF00
Tints of #BFFF00
.mybgColor { background-color: #BFFF00; }
.myforeColor { color: #BFFF00; }
.myborderColor { border: 3px solid #BFFF00; }
<p style="color:#BFFF00">Text here</p>
This sample text is styled with font color #BFFF00. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#BFFF00">Div content here</div>
<div style="border:3px solid #BFFF00">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191, 255, 0, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #BFFF00; }
.divShadow { -moz-box-shadow: 1px 1px 3px #BFFF00;
-webkit-box-shadow: 1px 1px 3px #BFFF00;
box-shadow: 1px 1px 3px #BFFF00; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #BFFF00 (Limoncello)
Color Overview & Profile: Color #BFFF00, also known as Limoncello, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 75% Red (191/255), 100% Green (255/255), and 0% Blue (0/255). The primary color family component is Green.
Print & Physical Production Specs: For physical print production and offset printing setups, #BFFF00 translates into the CMYK subtractive color model with values of 25.1% Cyan, 0% Magenta, 100% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 75°, saturation of 100%, and lightness of 50%.
Web Accessibility & Design Recommendations: When implementing #BFFF00 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##CCFF00.
