Shades of Electric Lime #BFF808
Tints of Electric Lime #BFF808
RGB
CMYK
RGB Variations
Color information
#BFF808 (or 0xBFF808) is known color: Electric Lime. HEX triplet: BF, F8 and 08. RGB value is (191,248,8). Sum of RGB (Red+Green+Blue) = 191+248+8=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 248 (97.27% from 255 or 55.48% from 447); Blue value is 8 (3.52% from 255 or 1.79% from 447); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF808 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF808 is #4007F7. Grayscale: #CCCCCC. Windows color (decimal): -4196344 or 587967. OLE color: 587967.
HSL color Cylindrical-coordinate representation of color #BFF808: hue angle of 74.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFF808 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 8 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.03 |
| HSL | 74.25º | 0.94% | 0.5% | - |
| HSV(B) | 74.25º | 0.97% | 0.97% | - |
| XYZ | 55.1 | 78.23 | 12.43 | - |
| YUV | 203.6 | 17.62 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 8 | 0.23 | 0 | 0.97 | 0.03 | 74.25 | 0.94 | 0.5 |
| Hex | BF | F8 | 8 | 17 | 0 | 61 | 3 | 4A | 5E | 32 |
| Octal | 277 | 370 | 10 | 27 | 0 | 141 | 3 | 112 | 136 | 62 |
| Binary | 10111111 | 11111000 | 1000 | 10111 | 0 | 1100001 | 11 | 1001010 | 1011110 | 110010 |
Color Harmonies of #BFF808
Complementary color
Monochromatic Colors of #BFF808
Black with #BFF808
Text Example
Text Example
White with #BFF808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF808; }
p { color: rgb(191,248,8); }
H1.HeaderClassName
{
color: #BFF808;
}
.AnyTagClassName
{
color: #BFF808;
}
</style>
background-color css
<style>
a { background-color: #BFF808; }
a { background-color: rgb(191,248,8); }
div.DivClassName
{
background-color: #BFF808;
}
.BgClassName
{
background-color: #BFF808;
}
</style>
border-color css
<style>
span { border-color: #BFF808; }
span { border-color: rgb(191,248,8); }
td.TdClassName
{
border-color: #BFF808;
}
.TagClassName
{
border-color: #BFF808;
}
</style>