Shades of Electric Lime #BFFE01
Tints of Electric Lime #BFFE01
RGB
CMYK
RGB Variations
Color information
#BFFE01 (or 0xBFFE01) is known color: Electric Lime. HEX triplet: BF, FE and 01. RGB value is (191,254,1). Sum of RGB (Red+Green+Blue) = 191+254+1=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFE01 is #4001FE. Grayscale: #CFCFCF. Windows color (decimal): -4194815 or 130751. OLE color: 130751.
HSL color Cylindrical-coordinate representation of color #BFFE01: hue angle of 74.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFFE01 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 1 | - |
| CMYK | 0.25 | 0 | 1.00 | 0.00 |
| HSL | 74.94º | 0.99% | 0.5% | - |
| HSV(B) | 74.94º | 1% | 1% | - |
| XYZ | 56.93 | 81.96 | 12.85 | - |
| YUV | 206.32 | 12.13 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 1 | 0.25 | 0 | 1.00 | 0.00 | 74.94 | 0.99 | 0.5 |
| Hex | BF | FE | 1 | 19 | 0 | 64 | 0 | 4B | 63 | 32 |
| Octal | 277 | 376 | 1 | 31 | 0 | 144 | 0 | 113 | 143 | 62 |
| Binary | 10111111 | 11111110 | 1 | 11001 | 0 | 1100100 | 0 | 1001011 | 1100011 | 110010 |
Color Harmonies of #BFFE01
Complementary color
Monochromatic Colors of #BFFE01
Black with #BFFE01
Text Example
Text Example
White with #BFFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE01; }
p { color: rgb(191,254,1); }
H1.HeaderClassName
{
color: #BFFE01;
}
.AnyTagClassName
{
color: #BFFE01;
}
</style>
background-color css
<style>
a { background-color: #BFFE01; }
a { background-color: rgb(191,254,1); }
div.DivClassName
{
background-color: #BFFE01;
}
.BgClassName
{
background-color: #BFFE01;
}
</style>
border-color css
<style>
span { border-color: #BFFE01; }
span { border-color: rgb(191,254,1); }
td.TdClassName
{
border-color: #BFFE01;
}
.TagClassName
{
border-color: #BFFE01;
}
</style>