Shades of Electric Lime #BFFF06
Tints of Electric Lime #BFFF06
RGB
CMYK
RGB Variations
Color information
#BFFF06 (or 0xBFFF06) is known color: Electric Lime. HEX triplet: BF, FF and 06. RGB value is (191,255,6). Sum of RGB (Red+Green+Blue) = 191+255+6=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF06 is #4000F9. Grayscale: #D0D0D0. Windows color (decimal): -4194554 or 458687. OLE color: 458687.
HSL color Cylindrical-coordinate representation of color #BFFF06: hue angle of 75.42º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFFF06 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 6 | - |
| CMYK | 0.25 | 0 | 0.98 | 0 |
| HSL | 75.42º | 1% | 0.51% | - |
| HSV(B) | 75.42º | 0.98% | 1% | - |
| XYZ | 57.28 | 82.61 | 13.1 | - |
| YUV | 207.48 | 14.3 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 6 | 0.25 | 0 | 0.98 | 0 | 75.42 | 1 | 0.51 |
| Hex | BF | FF | 6 | 19 | 0 | 62 | 0 | 4B | 64 | 33 |
| Octal | 277 | 377 | 6 | 31 | 0 | 142 | 0 | 113 | 144 | 63 |
| Binary | 10111111 | 11111111 | 110 | 11001 | 0 | 1100010 | 0 | 1001011 | 1100100 | 110011 |
Color Harmonies of #BFFF06
Complementary color
Monochromatic Colors of #BFFF06
Black with #BFFF06
Text Example
Text Example
White with #BFFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF06; }
p { color: rgb(191,255,6); }
H1.HeaderClassName
{
color: #BFFF06;
}
.AnyTagClassName
{
color: #BFFF06;
}
</style>
background-color css
<style>
a { background-color: #BFFF06; }
a { background-color: rgb(191,255,6); }
div.DivClassName
{
background-color: #BFFF06;
}
.BgClassName
{
background-color: #BFFF06;
}
</style>
border-color css
<style>
span { border-color: #BFFF06; }
span { border-color: rgb(191,255,6); }
td.TdClassName
{
border-color: #BFFF06;
}
.TagClassName
{
border-color: #BFFF06;
}
</style>