Shades of Electric Lime #BFF606
Tints of Electric Lime #BFF606
RGB
CMYK
RGB Variations
Color information
#BFF606 (or 0xBFF606) is known color: Electric Lime. HEX triplet: BF, F6 and 06. RGB value is (191,246,6). Sum of RGB (Red+Green+Blue) = 191+246+6=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 246 (96.48% from 255 or 55.53% from 443); Blue value is 6 (2.73% from 255 or 1.35% from 443); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF606 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF606 is #4009F9. Grayscale: #CBCBCB. Windows color (decimal): -4196858 or 456383. OLE color: 456383.
HSL color Cylindrical-coordinate representation of color #BFF606: hue angle of 73.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFF606 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 6 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.04 |
| HSL | 73.75º | 0.95% | 0.49% | - |
| HSV(B) | 73.75º | 0.98% | 0.96% | - |
| XYZ | 54.47 | 77 | 12.16 | - |
| YUV | 202.2 | 17.28 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 6 | 0.22 | 0 | 0.98 | 0.04 | 73.75 | 0.95 | 0.49 |
| Hex | BF | F6 | 6 | 16 | 0 | 62 | 4 | 4A | 5F | 31 |
| Octal | 277 | 366 | 6 | 26 | 0 | 142 | 4 | 112 | 137 | 61 |
| Binary | 10111111 | 11110110 | 110 | 10110 | 0 | 1100010 | 100 | 1001010 | 1011111 | 110001 |
Color Harmonies of #BFF606
Complementary color
Monochromatic Colors of #BFF606
Black with #BFF606
Text Example
Text Example
White with #BFF606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF606; }
p { color: rgb(191,246,6); }
H1.HeaderClassName
{
color: #BFF606;
}
.AnyTagClassName
{
color: #BFF606;
}
</style>
background-color css
<style>
a { background-color: #BFF606; }
a { background-color: rgb(191,246,6); }
div.DivClassName
{
background-color: #BFF606;
}
.BgClassName
{
background-color: #BFF606;
}
</style>
border-color css
<style>
span { border-color: #BFF606; }
span { border-color: rgb(191,246,6); }
td.TdClassName
{
border-color: #BFF606;
}
.TagClassName
{
border-color: #BFF606;
}
</style>