Shades of Electric Lime #BFFE19
Tints of Electric Lime #BFFE19
RGB
CMYK
RGB Variations
Color information
#BFFE19 (or 0xBFFE19) is known color: Electric Lime. HEX triplet: BF, FE and 19. RGB value is (191,254,25). Sum of RGB (Red+Green+Blue) = 191+254+25=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 25 (10.16% from 255 or 5.32% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFE19 is #4001E6. Grayscale: #D1D1D1. Windows color (decimal): -4194791 or 1703615. OLE color: 1703615.
HSL color Cylindrical-coordinate representation of color #BFFE19: hue angle of 76.51º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFFE19 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 25 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.00 |
| HSL | 76.51º | 0.99% | 0.55% | - |
| HSV(B) | 76.51º | 0.9% | 1% | - |
| XYZ | 57.1 | 82.03 | 13.74 | - |
| YUV | 209.06 | 24.13 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 25 | 0.25 | 0 | 0.90 | 0.00 | 76.51 | 0.99 | 0.55 |
| Hex | BF | FE | 19 | 19 | 0 | 5A | 0 | 4D | 63 | 37 |
| Octal | 277 | 376 | 31 | 31 | 0 | 132 | 0 | 115 | 143 | 67 |
| Binary | 10111111 | 11111110 | 11001 | 11001 | 0 | 1011010 | 0 | 1001101 | 1100011 | 110111 |
Color Harmonies of #BFFE19
Complementary color
Monochromatic Colors of #BFFE19
Black with #BFFE19
Text Example
Text Example
White with #BFFE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE19; }
p { color: rgb(191,254,25); }
H1.HeaderClassName
{
color: #BFFE19;
}
.AnyTagClassName
{
color: #BFFE19;
}
</style>
background-color css
<style>
a { background-color: #BFFE19; }
a { background-color: rgb(191,254,25); }
div.DivClassName
{
background-color: #BFFE19;
}
.BgClassName
{
background-color: #BFFE19;
}
</style>
border-color css
<style>
span { border-color: #BFFE19; }
span { border-color: rgb(191,254,25); }
td.TdClassName
{
border-color: #BFFE19;
}
.TagClassName
{
border-color: #BFFE19;
}
</style>