Shades of Electric Lime #BFFE0E
Tints of Electric Lime #BFFE0E
RGB
CMYK
RGB Variations
Color information
#BFFE0E (or 0xBFFE0E) is known color: Electric Lime. HEX triplet: BF, FE and 0E. RGB value is (191,254,14). Sum of RGB (Red+Green+Blue) = 191+254+14=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFE0E is #4001F1. Grayscale: #D0D0D0. Windows color (decimal): -4194802 or 982719. OLE color: 982719.
HSL color Cylindrical-coordinate representation of color #BFFE0E: hue angle of 75.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFFE0E is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 14 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.00 |
| HSL | 75.75º | 0.99% | 0.53% | - |
| HSV(B) | 75.75º | 0.94% | 1% | - |
| XYZ | 57.01 | 81.99 | 13.24 | - |
| YUV | 207.8 | 18.63 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 14 | 0.25 | 0 | 0.94 | 0.00 | 75.75 | 0.99 | 0.53 |
| Hex | BF | FE | E | 19 | 0 | 5E | 0 | 4C | 63 | 35 |
| Octal | 277 | 376 | 16 | 31 | 0 | 136 | 0 | 114 | 143 | 65 |
| Binary | 10111111 | 11111110 | 1110 | 11001 | 0 | 1011110 | 0 | 1001100 | 1100011 | 110101 |
Color Harmonies of #BFFE0E
Complementary color
Monochromatic Colors of #BFFE0E
Black with #BFFE0E
Text Example
Text Example
White with #BFFE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE0E; }
p { color: rgb(191,254,14); }
H1.HeaderClassName
{
color: #BFFE0E;
}
.AnyTagClassName
{
color: #BFFE0E;
}
</style>
background-color css
<style>
a { background-color: #BFFE0E; }
a { background-color: rgb(191,254,14); }
div.DivClassName
{
background-color: #BFFE0E;
}
.BgClassName
{
background-color: #BFFE0E;
}
</style>
border-color css
<style>
span { border-color: #BFFE0E; }
span { border-color: rgb(191,254,14); }
td.TdClassName
{
border-color: #BFFE0E;
}
.TagClassName
{
border-color: #BFFE0E;
}
</style>