Shades of Electric Lime #BFF50E
Tints of Electric Lime #BFF50E
RGB
CMYK
RGB Variations
Color information
#BFF50E (or 0xBFF50E) is known color: Electric Lime. HEX triplet: BF, F5 and 0E. RGB value is (191,245,14). Sum of RGB (Red+Green+Blue) = 191+245+14=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 245 (96.09% from 255 or 54.44% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF50E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF50E is #400AF1. Grayscale: #CBCBCB. Windows color (decimal): -4197106 or 980415. OLE color: 980415.
HSL color Cylindrical-coordinate representation of color #BFF50E: hue angle of 74.03º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFF50E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 14 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.04 |
| HSL | 74.03º | 0.92% | 0.51% | - |
| HSV(B) | 74.03º | 0.94% | 0.96% | - |
| XYZ | 54.22 | 76.41 | 12.31 | - |
| YUV | 202.52 | 21.61 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 14 | 0.22 | 0 | 0.94 | 0.04 | 74.03 | 0.92 | 0.51 |
| Hex | BF | F5 | E | 16 | 0 | 5E | 4 | 4A | 5C | 33 |
| Octal | 277 | 365 | 16 | 26 | 0 | 136 | 4 | 112 | 134 | 63 |
| Binary | 10111111 | 11110101 | 1110 | 10110 | 0 | 1011110 | 100 | 1001010 | 1011100 | 110011 |
Color Harmonies of #BFF50E
Complementary color
Monochromatic Colors of #BFF50E
Black with #BFF50E
Text Example
Text Example
White with #BFF50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF50E; }
p { color: rgb(191,245,14); }
H1.HeaderClassName
{
color: #BFF50E;
}
.AnyTagClassName
{
color: #BFF50E;
}
</style>
background-color css
<style>
a { background-color: #BFF50E; }
a { background-color: rgb(191,245,14); }
div.DivClassName
{
background-color: #BFF50E;
}
.BgClassName
{
background-color: #BFF50E;
}
</style>
border-color css
<style>
span { border-color: #BFF50E; }
span { border-color: rgb(191,245,14); }
td.TdClassName
{
border-color: #BFF50E;
}
.TagClassName
{
border-color: #BFF50E;
}
</style>