Shades of Electric Lime #BFEB00
Tints of Electric Lime #BFEB00
RGB
CMYK
RGB Variations
Color information
#BFEB00 (or 0xBFEB00) is known color: Electric Lime. HEX triplet: BF, EB and 00. RGB value is (191,235,0). Sum of RGB (Red+Green+Blue) = 191+235+0=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 235 (92.19% from 255 or 55.16% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEB00 is #4014FF. Grayscale: #C3C3C3. Windows color (decimal): -4199680 or 60351. OLE color: 60351.
HSL color Cylindrical-coordinate representation of color #BFEB00: hue angle of 71.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFEB00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.08 |
| HSL | 71.23º | 1% | 0.46% | - |
| HSV(B) | 71.23º | 1% | 0.92% | - |
| XYZ | 51.19 | 70.49 | 10.91 | - |
| YUV | 195.05 | 17.92 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 0 | 0.19 | 0 | 1 | 0.08 | 71.23 | 1 | 0.46 |
| Hex | BF | EB | 0 | 13 | 0 | 64 | 8 | 47 | 64 | 2E |
| Octal | 277 | 353 | 0 | 23 | 0 | 144 | 10 | 107 | 144 | 56 |
| Binary | 10111111 | 11101011 | 0 | 10011 | 0 | 1100100 | 1000 | 1000111 | 1100100 | 101110 |
Color Harmonies of #BFEB00
Complementary color
Monochromatic Colors of #BFEB00
Black with #BFEB00
Text Example
Text Example
White with #BFEB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB00; }
p { color: rgb(191,235,0); }
H1.HeaderClassName
{
color: #BFEB00;
}
.AnyTagClassName
{
color: #BFEB00;
}
</style>
background-color css
<style>
a { background-color: #BFEB00; }
a { background-color: rgb(191,235,0); }
div.DivClassName
{
background-color: #BFEB00;
}
.BgClassName
{
background-color: #BFEB00;
}
</style>
border-color css
<style>
span { border-color: #BFEB00; }
span { border-color: rgb(191,235,0); }
td.TdClassName
{
border-color: #BFEB00;
}
.TagClassName
{
border-color: #BFEB00;
}
</style>