Shades of Electric Lime #BFFF17
Tints of Electric Lime #BFFF17
RGB
CMYK
RGB Variations
Color information
#BFFF17 (or 0xBFFF17) is known color: Electric Lime. HEX triplet: BF, FF and 17. RGB value is (191,255,23). Sum of RGB (Red+Green+Blue) = 191+255+23=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 23 (9.38% from 255 or 4.90% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF17 is #4000E8. Grayscale: #D2D2D2. Windows color (decimal): -4194537 or 1572799. OLE color: 1572799.
HSL color Cylindrical-coordinate representation of color #BFFF17: hue angle of 76.55º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFFF17 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 23 | - |
| CMYK | 0.25 | 0 | 0.91 | 0 |
| HSL | 76.55º | 1% | 0.55% | - |
| HSV(B) | 76.55º | 0.91% | 1% | - |
| XYZ | 57.4 | 82.66 | 13.74 | - |
| YUV | 209.42 | 22.8 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 23 | 0.25 | 0 | 0.91 | 0 | 76.55 | 1 | 0.55 |
| Hex | BF | FF | 17 | 19 | 0 | 5B | 0 | 4D | 64 | 37 |
| Octal | 277 | 377 | 27 | 31 | 0 | 133 | 0 | 115 | 144 | 67 |
| Binary | 10111111 | 11111111 | 10111 | 11001 | 0 | 1011011 | 0 | 1001101 | 1100100 | 110111 |
Color Harmonies of #BFFF17
Complementary color
Monochromatic Colors of #BFFF17
Black with #BFFF17
Text Example
Text Example
White with #BFFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF17; }
p { color: rgb(191,255,23); }
H1.HeaderClassName
{
color: #BFFF17;
}
.AnyTagClassName
{
color: #BFFF17;
}
</style>
background-color css
<style>
a { background-color: #BFFF17; }
a { background-color: rgb(191,255,23); }
div.DivClassName
{
background-color: #BFFF17;
}
.BgClassName
{
background-color: #BFFF17;
}
</style>
border-color css
<style>
span { border-color: #BFFF17; }
span { border-color: rgb(191,255,23); }
td.TdClassName
{
border-color: #BFFF17;
}
.TagClassName
{
border-color: #BFFF17;
}
</style>