Shades of Electric Lime #BFFB17
Tints of Electric Lime #BFFB17
RGB
CMYK
RGB Variations
Color information
#BFFB17 (or 0xBFFB17) is known color: Electric Lime. HEX triplet: BF, FB and 17. RGB value is (191,251,23). Sum of RGB (Red+Green+Blue) = 191+251+23=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 23 (9.38% from 255 or 4.95% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFB17 is #4004E8. Grayscale: #CFCFCF. Windows color (decimal): -4195561 or 1571775. OLE color: 1571775.
HSL color Cylindrical-coordinate representation of color #BFFB17: hue angle of 75.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFFB17 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 23 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.02 |
| HSL | 75.79º | 0.97% | 0.54% | - |
| HSV(B) | 75.79º | 0.91% | 0.98% | - |
| XYZ | 56.14 | 80.13 | 13.32 | - |
| YUV | 207.07 | 24.12 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 23 | 0.24 | 0 | 0.91 | 0.02 | 75.79 | 0.97 | 0.54 |
| Hex | BF | FB | 17 | 18 | 0 | 5B | 2 | 4C | 61 | 36 |
| Octal | 277 | 373 | 27 | 30 | 0 | 133 | 2 | 114 | 141 | 66 |
| Binary | 10111111 | 11111011 | 10111 | 11000 | 0 | 1011011 | 10 | 1001100 | 1100001 | 110110 |
Color Harmonies of #BFFB17
Complementary color
Monochromatic Colors of #BFFB17
Black with #BFFB17
Text Example
Text Example
White with #BFFB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFB17; }
p { color: rgb(191,251,23); }
H1.HeaderClassName
{
color: #BFFB17;
}
.AnyTagClassName
{
color: #BFFB17;
}
</style>
background-color css
<style>
a { background-color: #BFFB17; }
a { background-color: rgb(191,251,23); }
div.DivClassName
{
background-color: #BFFB17;
}
.BgClassName
{
background-color: #BFFB17;
}
</style>
border-color css
<style>
span { border-color: #BFFB17; }
span { border-color: rgb(191,251,23); }
td.TdClassName
{
border-color: #BFFB17;
}
.TagClassName
{
border-color: #BFFB17;
}
</style>