Shades of Electric Lime #BFF108
Tints of Electric Lime #BFF108
RGB
CMYK
RGB Variations
Color information
#BFF108 (or 0xBFF108) is known color: Electric Lime. HEX triplet: BF, F1 and 08. RGB value is (191,241,8). Sum of RGB (Red+Green+Blue) = 191+241+8=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF108 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF108 is #400EF7. Grayscale: #C8C8C8. Windows color (decimal): -4198136 or 586175. OLE color: 586175.
HSL color Cylindrical-coordinate representation of color #BFF108: hue angle of 72.88º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFF108 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 8 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.05 |
| HSL | 72.88º | 0.94% | 0.49% | - |
| HSV(B) | 72.88º | 0.97% | 0.95% | - |
| XYZ | 52.98 | 74 | 11.72 | - |
| YUV | 199.49 | 19.94 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 8 | 0.21 | 0 | 0.97 | 0.05 | 72.88 | 0.94 | 0.49 |
| Hex | BF | F1 | 8 | 15 | 0 | 61 | 5 | 49 | 5E | 31 |
| Octal | 277 | 361 | 10 | 25 | 0 | 141 | 5 | 111 | 136 | 61 |
| Binary | 10111111 | 11110001 | 1000 | 10101 | 0 | 1100001 | 101 | 1001001 | 1011110 | 110001 |
Color Harmonies of #BFF108
Complementary color
Monochromatic Colors of #BFF108
Black with #BFF108
Text Example
Text Example
White with #BFF108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF108; }
p { color: rgb(191,241,8); }
H1.HeaderClassName
{
color: #BFF108;
}
.AnyTagClassName
{
color: #BFF108;
}
</style>
background-color css
<style>
a { background-color: #BFF108; }
a { background-color: rgb(191,241,8); }
div.DivClassName
{
background-color: #BFF108;
}
.BgClassName
{
background-color: #BFF108;
}
</style>
border-color css
<style>
span { border-color: #BFF108; }
span { border-color: rgb(191,241,8); }
td.TdClassName
{
border-color: #BFF108;
}
.TagClassName
{
border-color: #BFF108;
}
</style>