Shades of Electric Lime #BFFE0B
Tints of Electric Lime #BFFE0B
RGB
CMYK
RGB Variations
Color information
#BFFE0B (or 0xBFFE0B) is known color: Electric Lime. HEX triplet: BF, FE and 0B. RGB value is (191,254,11). Sum of RGB (Red+Green+Blue) = 191+254+11=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFE0B is #4001F4. Grayscale: #D0D0D0. Windows color (decimal): -4194805 or 786111. OLE color: 786111.
HSL color Cylindrical-coordinate representation of color #BFFE0B: hue angle of 75.56º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFFE0B is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 11 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.00 |
| HSL | 75.56º | 0.99% | 0.52% | - |
| HSV(B) | 75.56º | 0.96% | 1% | - |
| XYZ | 56.99 | 81.98 | 13.14 | - |
| YUV | 207.46 | 17.13 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 11 | 0.25 | 0 | 0.96 | 0.00 | 75.56 | 0.99 | 0.52 |
| Hex | BF | FE | B | 19 | 0 | 60 | 0 | 4C | 63 | 34 |
| Octal | 277 | 376 | 13 | 31 | 0 | 140 | 0 | 114 | 143 | 64 |
| Binary | 10111111 | 11111110 | 1011 | 11001 | 0 | 1100000 | 0 | 1001100 | 1100011 | 110100 |
Color Harmonies of #BFFE0B
Complementary color
Monochromatic Colors of #BFFE0B
Black with #BFFE0B
Text Example
Text Example
White with #BFFE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE0B; }
p { color: rgb(191,254,11); }
H1.HeaderClassName
{
color: #BFFE0B;
}
.AnyTagClassName
{
color: #BFFE0B;
}
</style>
background-color css
<style>
a { background-color: #BFFE0B; }
a { background-color: rgb(191,254,11); }
div.DivClassName
{
background-color: #BFFE0B;
}
.BgClassName
{
background-color: #BFFE0B;
}
</style>
border-color css
<style>
span { border-color: #BFFE0B; }
span { border-color: rgb(191,254,11); }
td.TdClassName
{
border-color: #BFFE0B;
}
.TagClassName
{
border-color: #BFFE0B;
}
</style>