Shades of Electric Lime #BFFF00
Tints of Electric Lime #BFFF00
RGB
CMYK
RGB Variations
Color information
#BFFF00 (or 0xBFFF00) is known color: Electric Lime. HEX triplet: BF, FF and 00. RGB value is (191,255,0). Sum of RGB (Red+Green+Blue) = 191+255+0=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF00 is #4000FF. Grayscale: #CFCFCF. Windows color (decimal): -4194560 or 65471. OLE color: 65471.
HSL color Cylindrical-coordinate representation of color #BFFF00: hue angle of 75.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFFF00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0 |
| HSL | 75.06º | 1% | 0.5% | - |
| HSV(B) | 75.06º | 1% | 1% | - |
| XYZ | 57.25 | 82.6 | 12.93 | - |
| YUV | 206.79 | 11.3 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 0 | 0.25 | 0 | 1 | 0 | 75.06 | 1 | 0.5 |
| Hex | BF | FF | 0 | 19 | 0 | 64 | 0 | 4B | 64 | 32 |
| Octal | 277 | 377 | 0 | 31 | 0 | 144 | 0 | 113 | 144 | 62 |
| Binary | 10111111 | 11111111 | 0 | 11001 | 0 | 1100100 | 0 | 1001011 | 1100100 | 110010 |
Color Harmonies of #BFFF00
Complementary color
Monochromatic Colors of #BFFF00
Black with #BFFF00
Text Example
Text Example
White with #BFFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF00; }
p { color: rgb(191,255,0); }
H1.HeaderClassName
{
color: #BFFF00;
}
.AnyTagClassName
{
color: #BFFF00;
}
</style>
background-color css
<style>
a { background-color: #BFFF00; }
a { background-color: rgb(191,255,0); }
div.DivClassName
{
background-color: #BFFF00;
}
.BgClassName
{
background-color: #BFFF00;
}
</style>
border-color css
<style>
span { border-color: #BFFF00; }
span { border-color: rgb(191,255,0); }
td.TdClassName
{
border-color: #BFFF00;
}
.TagClassName
{
border-color: #BFFF00;
}
</style>