Shades of Electric Lime #BFFE08
Tints of Electric Lime #BFFE08
RGB
CMYK
RGB Variations
Color information
#BFFE08 (or 0xBFFE08) is known color: Electric Lime. HEX triplet: BF, FE and 08. RGB value is (191,254,8). Sum of RGB (Red+Green+Blue) = 191+254+8=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFE08 is #4001F7. Grayscale: #D0D0D0. Windows color (decimal): -4194808 or 589503. OLE color: 589503.
HSL color Cylindrical-coordinate representation of color #BFFE08: hue angle of 75.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFFE08 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 8 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.00 |
| HSL | 75.37º | 0.99% | 0.51% | - |
| HSV(B) | 75.37º | 0.97% | 1% | - |
| XYZ | 56.97 | 81.98 | 13.05 | - |
| YUV | 207.12 | 15.63 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 8 | 0.25 | 0 | 0.97 | 0.00 | 75.37 | 0.99 | 0.51 |
| Hex | BF | FE | 8 | 19 | 0 | 61 | 0 | 4B | 63 | 33 |
| Octal | 277 | 376 | 10 | 31 | 0 | 141 | 0 | 113 | 143 | 63 |
| Binary | 10111111 | 11111110 | 1000 | 11001 | 0 | 1100001 | 0 | 1001011 | 1100011 | 110011 |
Color Harmonies of #BFFE08
Complementary color
Monochromatic Colors of #BFFE08
Black with #BFFE08
Text Example
Text Example
White with #BFFE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE08; }
p { color: rgb(191,254,8); }
H1.HeaderClassName
{
color: #BFFE08;
}
.AnyTagClassName
{
color: #BFFE08;
}
</style>
background-color css
<style>
a { background-color: #BFFE08; }
a { background-color: rgb(191,254,8); }
div.DivClassName
{
background-color: #BFFE08;
}
.BgClassName
{
background-color: #BFFE08;
}
</style>
border-color css
<style>
span { border-color: #BFFE08; }
span { border-color: rgb(191,254,8); }
td.TdClassName
{
border-color: #BFFE08;
}
.TagClassName
{
border-color: #BFFE08;
}
</style>