Shades of Electric Lime #BFFA00
Tints of Electric Lime #BFFA00
RGB
CMYK
RGB Variations
Color information
#BFFA00 (or 0xBFFA00) is known color: Electric Lime. HEX triplet: BF, FA and 00. RGB value is (191,250,0). Sum of RGB (Red+Green+Blue) = 191+250+0=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFA00 is #4005FF. Grayscale: #CCCCCC. Windows color (decimal): -4195840 or 64191. OLE color: 64191.
HSL color Cylindrical-coordinate representation of color #BFFA00: hue angle of 74.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFFA00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.02 |
| HSL | 74.16º | 1% | 0.49% | - |
| HSV(B) | 74.16º | 1% | 0.98% | - |
| XYZ | 55.67 | 79.45 | 12.4 | - |
| YUV | 203.86 | 12.95 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 0 | 0.24 | 0 | 1 | 0.02 | 74.16 | 1 | 0.49 |
| Hex | BF | FA | 0 | 18 | 0 | 64 | 2 | 4A | 64 | 31 |
| Octal | 277 | 372 | 0 | 30 | 0 | 144 | 2 | 112 | 144 | 61 |
| Binary | 10111111 | 11111010 | 0 | 11000 | 0 | 1100100 | 10 | 1001010 | 1100100 | 110001 |
Color Harmonies of #BFFA00
Complementary color
Monochromatic Colors of #BFFA00
Black with #BFFA00
Text Example
Text Example
White with #BFFA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA00; }
p { color: rgb(191,250,0); }
H1.HeaderClassName
{
color: #BFFA00;
}
.AnyTagClassName
{
color: #BFFA00;
}
</style>
background-color css
<style>
a { background-color: #BFFA00; }
a { background-color: rgb(191,250,0); }
div.DivClassName
{
background-color: #BFFA00;
}
.BgClassName
{
background-color: #BFFA00;
}
</style>
border-color css
<style>
span { border-color: #BFFA00; }
span { border-color: rgb(191,250,0); }
td.TdClassName
{
border-color: #BFFA00;
}
.TagClassName
{
border-color: #BFFA00;
}
</style>