Shades of Electric Lime #BFF611
Tints of Electric Lime #BFF611
RGB
CMYK
RGB Variations
Color information
#BFF611 (or 0xBFF611) is known color: Electric Lime. HEX triplet: BF, F6 and 11. RGB value is (191,246,17). Sum of RGB (Red+Green+Blue) = 191+246+17=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 246 (96.48% from 255 or 54.19% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF611 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF611 is #4009EE. Grayscale: #CCCCCC. Windows color (decimal): -4196847 or 1177279. OLE color: 1177279.
HSL color Cylindrical-coordinate representation of color #BFF611: hue angle of 74.41º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFF611 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 17 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.04 |
| HSL | 74.41º | 0.93% | 0.52% | - |
| HSV(B) | 74.41º | 0.93% | 0.96% | - |
| XYZ | 54.54 | 77.03 | 12.52 | - |
| YUV | 203.45 | 22.78 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 17 | 0.22 | 0 | 0.93 | 0.04 | 74.41 | 0.93 | 0.52 |
| Hex | BF | F6 | 11 | 16 | 0 | 5D | 4 | 4A | 5D | 34 |
| Octal | 277 | 366 | 21 | 26 | 0 | 135 | 4 | 112 | 135 | 64 |
| Binary | 10111111 | 11110110 | 10001 | 10110 | 0 | 1011101 | 100 | 1001010 | 1011101 | 110100 |
Color Harmonies of #BFF611
Complementary color
Monochromatic Colors of #BFF611
Black with #BFF611
Text Example
Text Example
White with #BFF611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF611; }
p { color: rgb(191,246,17); }
H1.HeaderClassName
{
color: #BFF611;
}
.AnyTagClassName
{
color: #BFF611;
}
</style>
background-color css
<style>
a { background-color: #BFF611; }
a { background-color: rgb(191,246,17); }
div.DivClassName
{
background-color: #BFF611;
}
.BgClassName
{
background-color: #BFF611;
}
</style>
border-color css
<style>
span { border-color: #BFF611; }
span { border-color: rgb(191,246,17); }
td.TdClassName
{
border-color: #BFF611;
}
.TagClassName
{
border-color: #BFF611;
}
</style>