Shades of Electric Lime #BFF801
Tints of Electric Lime #BFF801
RGB
CMYK
RGB Variations
Color information
#BFF801 (or 0xBFF801) is known color: Electric Lime. HEX triplet: BF, F8 and 01. RGB value is (191,248,1). Sum of RGB (Red+Green+Blue) = 191+248+1=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF801 is #4007FE. Grayscale: #CBCBCB. Windows color (decimal): -4196351 or 129215. OLE color: 129215.
HSL color Cylindrical-coordinate representation of color #BFF801: hue angle of 73.85º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFF801 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 1 | - |
| CMYK | 0.23 | 0 | 1.00 | 0.03 |
| HSL | 73.85º | 0.99% | 0.49% | - |
| HSV(B) | 73.85º | 1% | 0.97% | - |
| XYZ | 55.06 | 78.21 | 12.22 | - |
| YUV | 202.8 | 14.12 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 1 | 0.23 | 0 | 1.00 | 0.03 | 73.85 | 0.99 | 0.49 |
| Hex | BF | F8 | 1 | 17 | 0 | 64 | 3 | 4A | 63 | 31 |
| Octal | 277 | 370 | 1 | 27 | 0 | 144 | 3 | 112 | 143 | 61 |
| Binary | 10111111 | 11111000 | 1 | 10111 | 0 | 1100100 | 11 | 1001010 | 1100011 | 110001 |
Color Harmonies of #BFF801
Complementary color
Monochromatic Colors of #BFF801
Black with #BFF801
Text Example
Text Example
White with #BFF801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF801; }
p { color: rgb(191,248,1); }
H1.HeaderClassName
{
color: #BFF801;
}
.AnyTagClassName
{
color: #BFF801;
}
</style>
background-color css
<style>
a { background-color: #BFF801; }
a { background-color: rgb(191,248,1); }
div.DivClassName
{
background-color: #BFF801;
}
.BgClassName
{
background-color: #BFF801;
}
</style>
border-color css
<style>
span { border-color: #BFF801; }
span { border-color: rgb(191,248,1); }
td.TdClassName
{
border-color: #BFF801;
}
.TagClassName
{
border-color: #BFF801;
}
</style>