Shades of Electric Lime #BFFF15
Tints of Electric Lime #BFFF15
RGB
CMYK
RGB Variations
Color information
#BFFF15 (or 0xBFFF15) is known color: Electric Lime. HEX triplet: BF, FF and 15. RGB value is (191,255,21). Sum of RGB (Red+Green+Blue) = 191+255+21=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF15 is #4000EA. Grayscale: #D2D2D2. Windows color (decimal): -4194539 or 1441727. OLE color: 1441727.
HSL color Cylindrical-coordinate representation of color #BFFF15: hue angle of 76.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFFF15 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 21 | - |
| CMYK | 0.25 | 0 | 0.92 | 0 |
| HSL | 76.41º | 1% | 0.54% | - |
| HSV(B) | 76.41º | 0.92% | 1% | - |
| XYZ | 57.38 | 82.65 | 13.64 | - |
| YUV | 209.19 | 21.8 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 21 | 0.25 | 0 | 0.92 | 0 | 76.41 | 1 | 0.54 |
| Hex | BF | FF | 15 | 19 | 0 | 5C | 0 | 4C | 64 | 36 |
| Octal | 277 | 377 | 25 | 31 | 0 | 134 | 0 | 114 | 144 | 66 |
| Binary | 10111111 | 11111111 | 10101 | 11001 | 0 | 1011100 | 0 | 1001100 | 1100100 | 110110 |
Color Harmonies of #BFFF15
Complementary color
Monochromatic Colors of #BFFF15
Black with #BFFF15
Text Example
Text Example
White with #BFFF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF15; }
p { color: rgb(191,255,21); }
H1.HeaderClassName
{
color: #BFFF15;
}
.AnyTagClassName
{
color: #BFFF15;
}
</style>
background-color css
<style>
a { background-color: #BFFF15; }
a { background-color: rgb(191,255,21); }
div.DivClassName
{
background-color: #BFFF15;
}
.BgClassName
{
background-color: #BFFF15;
}
</style>
border-color css
<style>
span { border-color: #BFFF15; }
span { border-color: rgb(191,255,21); }
td.TdClassName
{
border-color: #BFFF15;
}
.TagClassName
{
border-color: #BFFF15;
}
</style>