Shades of Electric Lime #BFF000
Tints of Electric Lime #BFF000
RGB
CMYK
RGB Variations
Color information
#BFF000 (or 0xBFF000) is known color: Electric Lime. HEX triplet: BF, F0 and 00. RGB value is (191,240,0). Sum of RGB (Red+Green+Blue) = 191+240+0=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF000 is #400FFF. Grayscale: #C6C6C6. Windows color (decimal): -4198400 or 61631. OLE color: 61631.
HSL color Cylindrical-coordinate representation of color #BFF000: hue angle of 72.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFF000 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.06 |
| HSL | 72.25º | 1% | 0.47% | - |
| HSV(B) | 72.25º | 1% | 0.94% | - |
| XYZ | 52.65 | 73.4 | 11.39 | - |
| YUV | 197.99 | 16.27 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 0 | 0.20 | 0 | 1 | 0.06 | 72.25 | 1 | 0.47 |
| Hex | BF | F0 | 0 | 14 | 0 | 64 | 6 | 48 | 64 | 2F |
| Octal | 277 | 360 | 0 | 24 | 0 | 144 | 6 | 110 | 144 | 57 |
| Binary | 10111111 | 11110000 | 0 | 10100 | 0 | 1100100 | 110 | 1001000 | 1100100 | 101111 |
Color Harmonies of #BFF000
Complementary color
Monochromatic Colors of #BFF000
Black with #BFF000
Text Example
Text Example
White with #BFF000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF000; }
p { color: rgb(191,240,0); }
H1.HeaderClassName
{
color: #BFF000;
}
.AnyTagClassName
{
color: #BFF000;
}
</style>
background-color css
<style>
a { background-color: #BFF000; }
a { background-color: rgb(191,240,0); }
div.DivClassName
{
background-color: #BFF000;
}
.BgClassName
{
background-color: #BFF000;
}
</style>
border-color css
<style>
span { border-color: #BFF000; }
span { border-color: rgb(191,240,0); }
td.TdClassName
{
border-color: #BFF000;
}
.TagClassName
{
border-color: #BFF000;
}
</style>