Shades of Electric Lime #BFFF0E
Tints of Electric Lime #BFFF0E
RGB
CMYK
RGB Variations
Color information
#BFFF0E (or 0xBFFF0E) is known color: Electric Lime. HEX triplet: BF, FF and 0E. RGB value is (191,255,14). Sum of RGB (Red+Green+Blue) = 191+255+14=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF0E is #4000F1. Grayscale: #D1D1D1. Windows color (decimal): -4194546 or 982975. OLE color: 982975.
HSL color Cylindrical-coordinate representation of color #BFFF0E: hue angle of 75.93º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFFF0E is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 14 | - |
| CMYK | 0.25 | 0 | 0.95 | 0 |
| HSL | 75.93º | 1% | 0.53% | - |
| HSV(B) | 75.93º | 0.95% | 1% | - |
| XYZ | 57.33 | 82.63 | 13.34 | - |
| YUV | 208.39 | 18.3 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 14 | 0.25 | 0 | 0.95 | 0 | 75.93 | 1 | 0.53 |
| Hex | BF | FF | E | 19 | 0 | 5F | 0 | 4C | 64 | 35 |
| Octal | 277 | 377 | 16 | 31 | 0 | 137 | 0 | 114 | 144 | 65 |
| Binary | 10111111 | 11111111 | 1110 | 11001 | 0 | 1011111 | 0 | 1001100 | 1100100 | 110101 |
Color Harmonies of #BFFF0E
Complementary color
Monochromatic Colors of #BFFF0E
Black with #BFFF0E
Text Example
Text Example
White with #BFFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF0E; }
p { color: rgb(191,255,14); }
H1.HeaderClassName
{
color: #BFFF0E;
}
.AnyTagClassName
{
color: #BFFF0E;
}
</style>
background-color css
<style>
a { background-color: #BFFF0E; }
a { background-color: rgb(191,255,14); }
div.DivClassName
{
background-color: #BFFF0E;
}
.BgClassName
{
background-color: #BFFF0E;
}
</style>
border-color css
<style>
span { border-color: #BFFF0E; }
span { border-color: rgb(191,255,14); }
td.TdClassName
{
border-color: #BFFF0E;
}
.TagClassName
{
border-color: #BFFF0E;
}
</style>