Shades of Electric Lime #BFF906
Tints of Electric Lime #BFF906
RGB
CMYK
RGB Variations
Color information
#BFF906 (or 0xBFF906) is known color: Electric Lime. HEX triplet: BF, F9 and 06. RGB value is (191,249,6). Sum of RGB (Red+Green+Blue) = 191+249+6=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 6 (2.73% from 255 or 1.35% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF906 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF906 is #4006F9. Grayscale: #CCCCCC. Windows color (decimal): -4196090 or 457151. OLE color: 457151.
HSL color Cylindrical-coordinate representation of color #BFF906: hue angle of 74.32º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFF906 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 6 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.02 |
| HSL | 74.32º | 0.95% | 0.5% | - |
| HSV(B) | 74.32º | 0.98% | 0.98% | - |
| XYZ | 55.39 | 78.84 | 12.47 | - |
| YUV | 203.96 | 16.28 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 6 | 0.23 | 0 | 0.98 | 0.02 | 74.32 | 0.95 | 0.5 |
| Hex | BF | F9 | 6 | 17 | 0 | 62 | 2 | 4A | 5F | 32 |
| Octal | 277 | 371 | 6 | 27 | 0 | 142 | 2 | 112 | 137 | 62 |
| Binary | 10111111 | 11111001 | 110 | 10111 | 0 | 1100010 | 10 | 1001010 | 1011111 | 110010 |
Color Harmonies of #BFF906
Complementary color
Monochromatic Colors of #BFF906
Black with #BFF906
Text Example
Text Example
White with #BFF906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF906; }
p { color: rgb(191,249,6); }
H1.HeaderClassName
{
color: #BFF906;
}
.AnyTagClassName
{
color: #BFF906;
}
</style>
background-color css
<style>
a { background-color: #BFF906; }
a { background-color: rgb(191,249,6); }
div.DivClassName
{
background-color: #BFF906;
}
.BgClassName
{
background-color: #BFF906;
}
</style>
border-color css
<style>
span { border-color: #BFF906; }
span { border-color: rgb(191,249,6); }
td.TdClassName
{
border-color: #BFF906;
}
.TagClassName
{
border-color: #BFF906;
}
</style>