Shades of Electric Lime #BFFD0E
Tints of Electric Lime #BFFD0E
RGB
CMYK
RGB Variations
Color information
#BFFD0E (or 0xBFFD0E) is known color: Electric Lime. HEX triplet: BF, FD and 0E. RGB value is (191,253,14). Sum of RGB (Red+Green+Blue) = 191+253+14=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFD0E is #4002F1. Grayscale: #D0D0D0. Windows color (decimal): -4195058 or 982463. OLE color: 982463.
HSL color Cylindrical-coordinate representation of color #BFFD0E: hue angle of 75.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFFD0E is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 14 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.01 |
| HSL | 75.56º | 0.98% | 0.52% | - |
| HSV(B) | 75.56º | 0.94% | 0.99% | - |
| XYZ | 56.69 | 81.36 | 13.13 | - |
| YUV | 207.22 | 18.96 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 14 | 0.25 | 0 | 0.94 | 0.01 | 75.56 | 0.98 | 0.52 |
| Hex | BF | FD | E | 19 | 0 | 5E | 1 | 4C | 62 | 34 |
| Octal | 277 | 375 | 16 | 31 | 0 | 136 | 1 | 114 | 142 | 64 |
| Binary | 10111111 | 11111101 | 1110 | 11001 | 0 | 1011110 | 1 | 1001100 | 1100010 | 110100 |
Color Harmonies of #BFFD0E
Complementary color
Monochromatic Colors of #BFFD0E
Black with #BFFD0E
Text Example
Text Example
White with #BFFD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD0E; }
p { color: rgb(191,253,14); }
H1.HeaderClassName
{
color: #BFFD0E;
}
.AnyTagClassName
{
color: #BFFD0E;
}
</style>
background-color css
<style>
a { background-color: #BFFD0E; }
a { background-color: rgb(191,253,14); }
div.DivClassName
{
background-color: #BFFD0E;
}
.BgClassName
{
background-color: #BFFD0E;
}
</style>
border-color css
<style>
span { border-color: #BFFD0E; }
span { border-color: rgb(191,253,14); }
td.TdClassName
{
border-color: #BFFD0E;
}
.TagClassName
{
border-color: #BFFD0E;
}
</style>