Shades of Electric Lime #BFF901
Tints of Electric Lime #BFF901
RGB
CMYK
RGB Variations
Color information
#BFF901 (or 0xBFF901) is known color: Electric Lime. HEX triplet: BF, F9 and 01. RGB value is (191,249,1). Sum of RGB (Red+Green+Blue) = 191+249+1=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 249 (97.66% from 255 or 56.46% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF901 is #4006FE. Grayscale: #CCCCCC. Windows color (decimal): -4196095 or 129471. OLE color: 129471.
HSL color Cylindrical-coordinate representation of color #BFF901: hue angle of 74.03º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFF901 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 1 | - |
| CMYK | 0.23 | 0 | 1.00 | 0.02 |
| HSL | 74.03º | 0.99% | 0.49% | - |
| HSV(B) | 74.03º | 1% | 0.98% | - |
| XYZ | 55.37 | 78.83 | 12.33 | - |
| YUV | 203.39 | 13.78 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 1 | 0.23 | 0 | 1.00 | 0.02 | 74.03 | 0.99 | 0.49 |
| Hex | BF | F9 | 1 | 17 | 0 | 64 | 2 | 4A | 63 | 31 |
| Octal | 277 | 371 | 1 | 27 | 0 | 144 | 2 | 112 | 143 | 61 |
| Binary | 10111111 | 11111001 | 1 | 10111 | 0 | 1100100 | 10 | 1001010 | 1100011 | 110001 |
Color Harmonies of #BFF901
Complementary color
Monochromatic Colors of #BFF901
Black with #BFF901
Text Example
Text Example
White with #BFF901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF901; }
p { color: rgb(191,249,1); }
H1.HeaderClassName
{
color: #BFF901;
}
.AnyTagClassName
{
color: #BFF901;
}
</style>
background-color css
<style>
a { background-color: #BFF901; }
a { background-color: rgb(191,249,1); }
div.DivClassName
{
background-color: #BFF901;
}
.BgClassName
{
background-color: #BFF901;
}
</style>
border-color css
<style>
span { border-color: #BFF901; }
span { border-color: rgb(191,249,1); }
td.TdClassName
{
border-color: #BFF901;
}
.TagClassName
{
border-color: #BFF901;
}
</style>